Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
/ not-fair Public archive

🎲 a programming game for NZOI January Camp 2018

Notifications You must be signed in to change notification settings

logan12358/not-fair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not Fair

Programming game for NZOI January Camp 2018, inspired by Life

Concept

The game is played on a rectangular grid. Two (or possibly more) players take turns selecting a cell to attempt to convert to their colour. When a cell is selected, it changes colour probabilistically, depending on the colours of neighbouring squares and on which player's turn it is.

Specifically, when a player selects a cell, the colours of the cells in a 3x3 grid centered on the selected cell are counted. The weight used to distribute the probability between outcomes is taken as the count of cells of that colour, plus one for the colour of the player whose turn it is.

About

🎲 a programming game for NZOI January Camp 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published