Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkseriuscode/tic-tac-asm
Simple Tic Tac Toe game in assembly (x86_64-linux)
https://github.com/darkseriuscode/tic-tac-asm
assembly game nasm raylib tic-tac-toe
Last synced: 24 days ago
JSON representation
Simple Tic Tac Toe game in assembly (x86_64-linux)
- Host: GitHub
- URL: https://github.com/darkseriuscode/tic-tac-asm
- Owner: DarkSeriusCode
- Created: 2024-08-04T21:08:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T16:49:53.000Z (about 2 months ago)
- Last Synced: 2025-01-21T19:49:00.313Z (24 days ago)
- Topics: assembly, game, nasm, raylib, tic-tac-toe
- Language: Assembly
- Homepage:
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Tic Tac Toe game in Nasm
It only uses [`raylib`](https://github.com/raysan5/raylib) as a dependency.
Compile with `make`.
In game press `r` to restart the game.