Snipes icon indicating copy to clipboard operation
Snipes copied to clipboard

The classic 1982 text-mode game Snipes, ported from the original DOS executable with 100% identical game logic, with replay recording added

Results 5 Snipes issues
Sort by recently updated
recently updated
newest added

I'm running Mac OS 10.12.6. Building proceeds fine, but at runtime I'm getting the error ```Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'nextEventMatchingMask should only be called from the...

Reinstate and fix the GitHub Actions workflow.

This game is the closest thing I found from a game called "Rats" on CTOS (Convergent technology) I would love to be able to set in a config file my...

Great effort! My Cpp is a bit rusty but probably not complicated for someone used.

- Move SDL operations to main thread to fix NSWindow threading errors - Add SDL_MAIN_HANDLED macro for macOS builds - Implement proper event processing in main game loop - Update...