Repo · Games & real time
mario-jev
Python prototype that plays NES Super Mario Bros.
Open github.com ↗How builders describe it
Python prototype that plays NES Super Mario Bros. from structured RAM observations, with Jev answering focused movement and jump questions.
The decision Jev makes
Choose a legal move, a lane or an NPC reaction each turn.
Where it fits
Games are a stress test for decision speed. Jev picks the next move from the legal ones, fast enough for arcade games and deep enough for chess and strategy. All 174 games & real time projects →