bmangust / filler

player for filler game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

player for filler game


Languages

Language:C 64.1%Language:JavaScript 13.4%Language:HTML 10.6%Language:Ruby 5.3%Language:CSS 3.2%Language:Makefile 2.0%Language:CMake 1.3%