Theme 1 – Enthusiasm for the project
- “One of my favorite simulations! Thanks for sharing, hope the journey was enjoyable and you do more.” – mysterydip
- “Yes, it was really fun!” – 0xAX
Theme 2 – Technical approach (VGA memory & double buffering)
- “Love the use of VGA memory for the simulation grid. Were you able to double buffer, or how did you handle holding the previous state while processing the next one?” – mysterydip
- “Yes, doubled if you meant… To calculate the next generation I dumped the current (vga memory) after the grid is rendered to a buffer in memory and calculating the next one right to video memory back.” – 0xAX
Theme 3 – Comparison to DOOM / low‑resource portability
- “It's a great 'DOOM' alternative, it requires a bit less raw resources, and it can be self coded. I managed to code one on an old Nokia phone (apps were Java applet things).” – TZubiri