cells: Added update loop
authorLukas Krickl <lukas@krickl.dev>
Sun, 20 Apr 2025 18:12:00 +0000 (20:12 +0200)
committerLukas Krickl <lukas@krickl.dev>
Sun, 20 Apr 2025 18:12:00 +0000 (20:12 +0200)
commit36a79b2999c9226bc28744c5d8a9036a4aba28b3
tree8370b3114c5266219ee197c5e9de54206c137eb4
parent092a066281d01d539b55e53896d08689faa28bb5
cells: Added update loop

The simulation update loop currently updates all cells in a single
frame.
This is way too slow and will need to be split up.
src/cells.s
src/macros.inc
src/update.s