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

https://github.com/hacktix/gb-tictactoe

A simple game of Tic Tac Toe for the Gameboy and Gameboy Color.
https://github.com/hacktix/gb-tictactoe

game-development gameboy gameboy-color gbdev

Last synced: about 1 year ago
JSON representation

A simple game of Tic Tac Toe for the Gameboy and Gameboy Color.

Awesome Lists containing this project

README

          

![banner](./img/banner.png)

![GitHub](https://img.shields.io/github/license/Hacktix/gb-tictactoe?style=for-the-badge)![GitHub last commit](https://img.shields.io/github/last-commit/Hacktix/gb-tictactoe?style=for-the-badge)![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/Hacktix/gb-tictactoe?include_prereleases&style=for-the-badge)![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/Hacktix/gb-tictactoe?style=for-the-badge)

A small starter project as a first proper Gameboy game written 100% in assembly, released in 2020.

Currently the game supports two game modes: an "alternating" 2 player mode, meaning that two players take turns on the same console, as well as a singleplayer mode against an AI.

Support for a Link-Cable-based multiplayer mode is planned.

The game fully supports Gameboy Color features, but also runs perfectly fine on a non-color Gameboy version.

# Credits

All code and graphics written/created by [Hacktix](https://github.com/Hacktix). Makefile created by [JL2210](https://github.com/JL2210).

Extra thanks to the [Emulator Development Discord](https://discord.gg/7nuaqZ2) as well as the [gbdev Discord](https://discord.gg/gpBxq85) for helping with and providing feedback during development.

# Screenshots

**Title Screen:**

![Title Screen](./img/dmg-title.png)

**Gameplay:**

![Gameplay](./img/dmg-gameplay.png)

**Gameboy Color Support:**

![CGB Support](./img/cgb-gameplay.png)