Play game
Cyber Coliseum's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
IDEA | Was this game innovative, or did it use interesting mechanics? | #15 | 4.286 | 4.286 |
FUN | Was this game satisfying to play or did it bring you joy? | #67 | 3.429 | 3.429 |
Overall | #129 | 2.571 | 2.571 |
MOOD | Did this game have atmosphere, or did it make you feel something? | #165 | 2.143 | 2.143 |
AUDIO | Did this game have great music or sound design? | #178 | 1.286 | 1.286 |
VISUALS | Did this game have nice graphics, art or design? | #204 | 1.714 | 1.714 |
Ranked from 7 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Let people know how long this project has been going, or share a bit of its history.
The idea for a battle-robot-programming game has been in my head for a long time, but I never actually had taken the time to implement my idea. Here's a short but difficult JavaScript-programming game!
Leave a comment
Log in with itch.io to leave a comment.
Comments
Wow, ranked #15 in the "idea" category! Much better than I had hoped :)
Thanks, everyone!
Loved the concept...maybe a complete version?
This is really cool!
There was a game like this for mac I used to play back in the 90s. It used its own scripting language, with operations in reverse polish notation (!). Super fun. Need to spend a bit more time with this one as my geometric functions are a little rusty. But cool concept!
Yeah, I had similar struggles. I was trying to figure out if a projectile would hit my robot (just see if a line intersects a circle), but I quickly realized I hadn't done trigonometry in a really long time! :)
I like the fact that you're trying to teach simple java script coding in this app. I've dabbled in JS for about a year... not great at it but I may pick up a couple of things fiddling with this. Cool app! ^ ^
I thought I was supposed to be playing games here not making them haha!
Cool project!
Interesting game mechanics :)
A bit hard for non programmers.
Yeah, good point. This game basically assumes some familiarity with programming and JavaScript :)