Nine Lives: a mobile-first single-file card game that tests higher/lower guesses
Nine Lives is a browser‑based card game where players guess if the next card is higher or lower than the top of a pile. It uses pure JavaScript modules for deck, board, and engine logic, rendering everything in a single HTML file for instant play on any modern browser. Ideal for casual gamers or developers wanting a clean, framework‑free example of game logic in the browser.
View on GitHub →JaredMK/Ninelives