HTML5 and JavaScript Game Development Competition in just 13 kB

Castaway

Castaway.Controls = {
var arrow keys = moving around;
var R = reload;
var S = menu;
var X = attacking(Only animals);
}
Castaway.Goal = {

//You have to find the chest to win!
//NOTE:The chest will only appear after you have been in the dungeon for around 30 //seconds to win!
//This is my first game so there could be some glitches

//You cannot attack monsters!

}

Categories: desktop

Feedback from the judges

Spartez Team: I think the game has a lot of potential and it the author made an amazing job here, I'm truly impressed with it, when I was 12 I was trying to wrap my head around some ifs and elses, while here we have a full game. He should keep trying to improve his coding and game skills and he'll for sure be a really good game developer.

Giovanny Beltrán: Buffalo movement is tricky, I miss the oportunity to kill enemies

back