Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 467 Bytes

Game of life

Motivation

Just to learn go and how to use WebSockets.

What is it?

An implementation of Conway's Game of Life using go as backend for the game and websockets to display the game.

How to run

go run main.go

Open the file index.html to run the game.

Things to-do

  • Add more features like:
    • pause/resume
    • A custom starting point
  • Better performance to support larger grid sizes
  • Stress test the backend