Submissions from 2015-02-05 to 2015-02-06 (4 total)

Blackjack

A submission for Code @Home 11

So I converted PlayBot blackjack to NodeJS into GameBot. https://github.com/Kimau/gamebot

Also fixed some issues PlayBot https://github.com/Kimau/playbot

Also god damn unicode in Javascript caused me a bunch of issues.

Heyy everyone, my name's Alex I'm an artist who is starting off in programing. Making games is fun! :D

Managed to get this ball bouncing in Unity 3d. I was having trouble setting a bool canJump to true again after colliding with the floor. Learned about object tags in the inspector, even though I did not use it. Instead I just have a check if the ball is colliding with a gameObject named "Floor".

When you hit Space you AddForce to the rigidbody with a public variable float called jump.

-Alex


PlayerController.cs712 bytes
1 download

I spend a fair amount of time tonight looking around at other VM's. The main blocking point(s) I've run into (more than once) with this stack based VM is how it talks to the outside world, to compile or interpret, to implement a Forth on the VM capable of interpreting for itself, C access, and native vs codewords. The only thing I really coded was to rename a define.

Polished up and submitted Murder with Friends to 1GAM. A fair amount of frantic coding, but what can you do. Currently trying to decide whether to continue with the project or move on. We'll see.