Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.