You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dots and Boxes is a game I fondly remember from my childhood. This is a minimilistic implementation of that game using the Ruby2d library, and of course written in Ruby. The game uses keyboard and mosue controls. By default, the game is multiplayer.
This is a simple CITY Builder game with the raw UI using ECS. Primary purpose of this project was to implement an expandable architecture along with unity DOTS.