kcaze Posted August 24, 2015 Share Posted August 24, 2015 Monsters Reversed is game I coded almost 100% from scratch (only external dependency is howler.js) over 48 hours for the Ludum Dare game jam, which just ended a few hours ago. The core gameplay revolves around clearing orbs by filling up lines with the same colored ball. The twist though is that you can alter the colors of existing balls by sandwiching them with the balls you shoot, as in the board game Reversi. While writing Monsters Reversed, I decided to also try rolling my own Javascript game framework! Since it was coded over the course of 48 hours, it's not super well-documented and there are quite a few features missing. If you're interested though, take a look at it at https://github.com/kcaze/Monsters-Reversed/blob/master/js/engine.js! Let me know what you think of the game! Quote Link to comment Share on other sites More sharing options...
pixelactivity Posted August 28, 2015 Share Posted August 28, 2015 Okay, it takes a little bit to come in, but then ... You have to find some strategy to handle the different colors and to build lines ... super I like it. After the first play there is no music anymore ?? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.