CodeKube by bentog
CodeKube, the game where you program! Write scripts to the console and watch them come to life!
Instructions are in the game, but anyways:
WASD / Arrow keys to move
Spacebar to go up
Left shift to go down
Click a line of code on the "message board" to copy it to the code box
Run "r" to reset level
Run "t" to popup a helpful documentation page (make sure to enable popups!)
Instructions are in the game, but anyways:
WASD / Arrow keys to move
Spacebar to go up
Left shift to go down
Click a line of code on the "message board" to copy it to the code box
Run "r" to reset level
Run "t" to popup a helpful documentation page (make sure to enable popups!)
| Web (Unity) | http://gab.grafen.com.br/ld/CodeKube/ |
| Source | http://gab.grafen.com.br/ld/CodeKube/CodeKube.rar |
| Original URL | https://ludumdare.com/compo/ludum-dare-28/?action=preview&uid=17307 |
Ratings
| Coolness | 57% | 3 |
| Overall | 3.28 | 282 |
| Audio | 2.67 | 421 |
| Fun | 2.69 | 623 |
| Graphics | 2.97 | 473 |
| Humor | 2.30 | 469 |
| Innovation | 4.22 | 7 |
| Mood | 2.72 | 518 |
| Theme | 2.93 | 469 |
eval("Debug.Log('Hello World')");
will print "Hello world". I'm glad you enjoyed it!
Really cool concept !
If you are in the level TimeWarper, the cube goes everywhere. To have an idea of where the cube is, use the following command:
me.transform.position = transform.position + Vector3(0,5,-10);
This will place the camera close to the cube.
"error CS1612: Cannot modify a value type return value of `UnityEngine.Transform.position'. Consider storing the value in a temporary variable"
transform.position.y = 10;
? Never had a problem with that.
Thanks again !
Cool stuff!