Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Cyber ColiseumView game page

Program robots to battle using JavaScript
Submitted by jaredkrinke — 9 days, 7 hours before the deadline
Add to collection

Play game

Cyber Coliseum's itch.io page

Results

CriteriaRankScore*Raw Score
IDEA | Was this game innovative, or did it use interesting mechanics?#154.2864.286
FUN | Was this game satisfying to play or did it bring you joy?#673.4293.429
Overall#1292.5712.571
MOOD | Did this game have atmosphere, or did it make you feel something?#1652.1432.143
AUDIO | Did this game have great music or sound design?#1781.2861.286
VISUALS | Did this game have nice graphics, art or design?#2041.7141.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

Developer

Wow, ranked #15 in the "idea" category! Much better than I had hoped :)

Thanks, everyone!

Submitted

Loved the concept...maybe a complete version?

Submitted(+1)

This is really cool!

Submitted

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!

Developer(+1)

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! :)

Submitted(+1)

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! ^ ^

Submitted(+1)

I thought I was supposed to be playing games here not making them haha!
Cool project!

Submitted

Interesting game mechanics :)
A bit hard for non programmers.

Developer(+2)

Yeah, good point. This game basically assumes some familiarity with programming and JavaScript :)