Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codigoymate/backgammon
Backgammon game - C Language - GTK+30
https://github.com/codigoymate/backgammon
backgammon-game c-language cairo-drawing game-development gettext gnu gnu-linux gtk3 makefile
Last synced: 14 days ago
JSON representation
Backgammon game - C Language - GTK+30
- Host: GitHub
- URL: https://github.com/codigoymate/backgammon
- Owner: codigoymate
- License: gpl-3.0
- Created: 2023-09-16T15:17:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-16T21:00:05.000Z (about 1 year ago)
- Last Synced: 2024-10-10T22:02:56.535Z (28 days ago)
- Topics: backgammon-game, c-language, cairo-drawing, game-development, gettext, gnu, gnu-linux, gtk3, makefile
- Language: C
- Homepage:
- Size: 809 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backgammon
*(Backgammon game implemented in Gtk+3.0)****(New)***: Translation to Spanish and French
- Make sure update translation module:
```sh
$ make transl_update
```- Compile and Run:
```sh
$ make && make run
```![Main Window](ui/media/board.png)
---
![Start New Game](ui/media/new-game.png)