Skip to content
forked from JannikHv/gamebox

Gamebox is a collection of minigames written in C using Gtk+-3.0

License

Notifications You must be signed in to change notification settings

m-shinder/gamebox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gamebox

Gamebox is a collection of minigames written in C using Gtk+-3.0

Finished games:

  • Tic Tac Toe
  • Connect Four
  • Mill
  • Checkers

In progress:

  • Reversi

Installation

Dependencies:

  • GTK+ (>= 3.22.0)
  • gcc (build)

Arch Linux:

$ yaourt -S gamebox-git

Manually:

$ git clone https://github.com/JannikHv/gamebox.git
$ cd gamebox
$ make
$ sudo make install

Main menu

alt tag

Tic Tac Toe

alt tag

Connect Four

alt tag

Mill

alt tag

Checkers

alt_tag

Author

Contact me on:

About

Gamebox is a collection of minigames written in C using Gtk+-3.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • Makefile 1.8%