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: 3 months ago
JSON representation

Simple Tic Tac Toe game in assembly (x86_64-linux)

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.