YouTube video: http://www.youtube.com/watch?v=LvdcHZ48FJc
Description:
This is Conway's Game of Life (GoL) for your Lego Mindstorms NXT. I used NXC and BricxCC in order to program it.
Features:
- variable field size (8x8, 16x16, 32x32, 64x64)
- randomly filled field
- torus (on the edges of the field the cells on the other side are used instead of considering the edges as dead; you can deactivate this by setting bolTorus to false)
It’s written in NXC, and it’s my first NXT game – so don’t be too harsh. And I don’t really know how to handle .ric files well – yet. You’ll see.
Re: NXT Games
Posted: 24 Dec 2010, 06:51
by mightor
Wow, very cool. I love that you made a video for it so people can see what it's like. Nice job!