/filler

player for filler game

Primary LanguageC

FILLER

Player for filler game

Rules of the game:

  • Two players (each of them is a program)
  • Each of players moves one after the other
  • On every move player recieves random piece on stdin
  • Player must place a piece on a board
  • New piece must cover exactly one cell of previuosly placed pieces
  • Goal of the game is cover as much cells as possible

Features:

  • In terminal gamplay
  • Visualisation in browser (NodeJS + plain HTML+CSS+JS)

Steps to run:

run make command in termainal and follow instructions

Requirements:

  • gcc | clang
  • make
  • NodeJS for visualiser

How it looks:

screen1 screen2