Inspiration
In any system of mathematics where you can perform basic arithmetic operations, there will always be true statements that are impossible to prove. John Conway created the game "Life" to depict this in 1970. Link: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life I used the undecidability of this game to create my own game - SM/Life.
What it does
It works the same way as Conway's game of life. The only difference is that it is played on a finite grid. Our game has a target human Cello surrounded by defensive objects. The objective is to create attacking patterns to kill Cello in the least possible moves.
How we built it
This game was built using HTML, CSS, JavaScript and Flask.
What's next for SM/Life
I'll try to add more difficulty levels to the game.
Log in or sign up for Devpost to join the conversation.