Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 606 Bytes

Immutables: a 2D raster game

Intended Rules

One playing field, many players

Playing field is a rectangular grid.

Each player controls a brush which can move with a fixed velocity along each axis. Each player has her own brush color.

A player can start drawing by pressing a Space button and moving the brush.

If a player completes a closed figure, the figure is filled with that player's color.

The goal is to color as much of the playing field as possible.

What is implemented

I only managed to implement a playing field that is more-or-less synchronized across all the players. Enjoy. :)