Coding In Coppercube Game Engine

Compiling the C++ Source Code

In order to compile the C++ source code you need to purchase a premium license for the engine on steam. With the free version you can only build in Javascript and the visual logic editor known as “actions & behaviors”

Creating a Scripted Action or Behavior in Coppercube Game Engine

In order to write code in Javascript you need to use the Coppercube Javascript API


WordPress Login which can be used with Coppercube

Have you ever wanted to authenticate a user properly with coppercube? Well now you can do it. Simply post a query string to wordpress from inside coppercube using this function and you can authenticate a user registered with wordpress. I wrote this code.