In Progress: GameOfWar
Link |
by
on 2009-11-29 20:21:47
|
I'm working on a new 2-player game. It's a sort of extention of Conway's Game of Life. Each player takes a turn wherein they turn an empty cell their color. After both players have taken their turns, or passed, the game evolves. Game evolution proceeds according to certain rules of cellular automata. These rules will allow for very complex and chaotic game play! The player who hosts the game can very the board size, from tiny to very large! Games played on small boards require careful contemplation like chess. Games on large boards are fast-paced and less logically challenging. Below is a demo of the cellular automata rules I have am considering. These rules will likely be changed a bit, but they demonstrate the basics. Left-clicking a cell turns it to player #1. Right-clicking a cell turns it to player #2. Shift-clicking a cell builds a wall. Press or hold space to evolve the game. Press 'r' to reset the board. |
Re: In Progress: GameOfWar
Link |
by
on 2011-03-22 10:07:12
|
Wow, this is indeed interesting. If only there could be more players... |
Re: In Progress: GameOfWar
Link |
by chatsalot7777
on 2011-03-22 11:25:14
|
Conway's game of life! It's quite popular in programming problems. It's interesting, but I suggest modifying more "apparent" things, such as the shape of the board. Good luck with your game! |