Game developed for the ticket contest for Euruko 2023.
Disclaimer: This code was created for fun and for fun only. It has obvious design flaws and is not perfect by any standards. But it was awesome to write and to share with all Euruko fans.
Organize bricks and answer questions.
Gl & HF !
$ bundle
$ rails db:create
$ rails db:migrate
# 1st terminal
$ rails s
# second terminal
$ rails game:start
or with foreman
$ gem install foreman
$ PORT=3000 foreman start
then open http://localhost:3000
Increase logging level of the game loop by changing the log level.
LOG_LEVEL=debug rails game:start