PopClom / GOLAD

A Javascript version of carykh's GOLAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOLAD

A Javascript version of carykh's GOLAD

GOLAD is a game created and developed by Cary Huang available for iOS. GOLAD is a two-player strategy game based in Conway's Game of Life. The board starts with a fair random distribution of cells, half of them owned by each player. At each turn, players can kill a cell or give birth to an own cell and the objective is to destroy all the opponent's cells. My edition doesn't include a tutorial, so you can watch the complete instructions here, in the creator's youtube channel.

I made this version as an alternative for those who don't own an iOS device. Thus, it lacks of some features (such as online games, timer and save and load from string) so if you have an iOS device, I strongly recommend using that version instead, which is way better. Also, there is another PC edition made in Java by hanss314 which you can find here.

You can start playing GOLAD directly from this page, or you can click here to download the repository to your computer, and then extract the .ZIP and open index.html. I would like to add that if you have a poor performance (low fps), it's advisable to disable the animations.

For any bug or request, you can go to the issues page and submit it.

About

A Javascript version of carykh's GOLAD

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.9%Language:HTML 1.1%