Monster Slicer is a fun and quick online game designed for casual gamers.
The game was hosted at https://www.monsterslicer.games/, but the site is now down.
The objective of the game is to slice as many monsters as you can and pick up coins.
You can see the demo video of the game here.
The project is developped using the Ruby On Rails framework, JavaScript and the Phaser.JS library.
It was developped at Le Wagon by Eno Leroy, Arnaud Toulorge, Eliott Regnier and Thomas Cossé.
If you wish to play the game, you need to have rails installed. If you need to do so, follow these instructions.
Once that's ok, clone the repo, create the database (rails db:create db:migrate
) and launch the game ( rails s
command)