Skip to content

fkS124/game-of-life-remastered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexagonal Game of Life

We adapted Conway's game of life by replacing squares by hexagons.

Rules :
- If a tile has 6 neigbours or more, it dies in the next generation.
- If a tile has between 3 and 5 neighbours, it survives in the next generation.
- If a tile has exaclty 2 neighbours, and is currently dead, it births in the next generation.

Controls :
- Left click : drag the map.
- Right click : place a tile.
- Middle click : remove a tile.
- Scroll wheel : zoom in/out.

Interesting shapes

Doing :

fig

Will turn into:

fig

Credits

Programmers :
- Théophile "fkS124" Aumont
- Nicolas "OZHER" Malet

About

Conway's game of life, but with hexagons.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages