Shifting Paths by CtrlAltTea
Instructions:
Move using WSAD keys.
Reach the bottom-right corner of the 20x20 map.
Don't leave patterned tiles.
This was not to be a game… The theme „Shapeshift” brought back my old (very old...) idea to make a simulation based on (also very old) cellular automaton “Life”. My modification is simple: three types of cells, and a little bit different rules of cell multiplication and cell transformation. When I made the first working prototype of a “3Life” simulation – with simple shapes (triangle, circle and square) – I had noticed that for me it was not enough. So, I added a simple gameplay – the goal is to traverse whole 20x20 “live” board, from top left to bottom right corner. The board is in continuous evolution (one change per second), but the player neighbourhood (in a radius of 3 fields) becomes stable. Use WSAD keys to move a traveler – but watch out his step. Do not fall in deep water (empty blue field) because it's a permadeath game. You may also (accidentally) stay blocked on an “island”. But there is a button “new game” above the board...
This simple game-simulation was written in javascript, using knockout.js MVVM framework (my first time “boxing” with KO).
Move using WSAD keys.
Reach the bottom-right corner of the 20x20 map.
Don't leave patterned tiles.
This was not to be a game… The theme „Shapeshift” brought back my old (very old...) idea to make a simulation based on (also very old) cellular automaton “Life”. My modification is simple: three types of cells, and a little bit different rules of cell multiplication and cell transformation. When I made the first working prototype of a “3Life” simulation – with simple shapes (triangle, circle and square) – I had noticed that for me it was not enough. So, I added a simple gameplay – the goal is to traverse whole 20x20 “live” board, from top left to bottom right corner. The board is in continuous evolution (one change per second), but the player neighbourhood (in a radius of 3 fields) becomes stable. Use WSAD keys to move a traveler – but watch out his step. Do not fall in deep water (empty blue field) because it's a permadeath game. You may also (accidentally) stay blocked on an “island”. But there is a button “new game” above the board...
This simple game-simulation was written in javascript, using knockout.js MVVM framework (my first time “boxing” with KO).
| Web | http://grochowscy.kylos.pl/merry/3LIFE/ |
| Original URL | https://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=21781 |
Ratings
| Coolness | 35% | 1712 |
| Overall(Jam) | 3.05 | 711 |
| Fun(Jam) | 2.47 | 1002 |
| Graphics(Jam) | 2.84 | 827 |
| Innovation(Jam) | 3.26 | 370 |
| Mood(Jam) | 2.56 | 901 |
| Theme(Jam) | 3.44 | 465 |
Web version of the game is GREATLY APPRECIATED, THANK YOU :D
Can you add your game on indiexpo.net ? (it's free)
So we can include also your game in the video ;)
p.s. write #LDJAM in the game's description
Is there a goal?
Overall, pretty nice idea, though it's hard to tell if it'd lead to something greater.