All Projects → JannikHv → gamebox

JannikHv / gamebox

Licence: GPL-2.0 license
Gamebox is a collection of minigames written in C using Gtk+-3.0

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to gamebox

d2launcher
Diablo II • Median XL • Mod Launcher for Linux
Stars: ✭ 20 (+33.33%)
Mutual labels:  gtk, games
arxwasm
Port of Arx Libertatis to WebAssembly using Emscripten
Stars: ✭ 28 (+86.67%)
Mutual labels:  games
Yosemite-gtk-theme
Mac OSX Yosemite like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 74 (+393.33%)
Mutual labels:  gtk
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (+120%)
Mutual labels:  games
agario
Python clone of agar.io game, made with pygame.
Stars: ✭ 32 (+113.33%)
Mutual labels:  games
zx-spectrum-games
Collection of ZX Spectrum annotated game source code dissasemblies as .skool files
Stars: ✭ 35 (+133.33%)
Mutual labels:  games
WildWorld
Sandbox freestyle multiplayer game/engine in LÖVE/LUA.
Stars: ✭ 35 (+133.33%)
Mutual labels:  games
StadiaIcons
A set of icons for games based on the Google Stadia logo.
Stars: ✭ 20 (+33.33%)
Mutual labels:  games
AI4U
AI4U is a multi-engine plugin (Unity and Godot) that allows you to specify agents with reinforcement learning visually. Non-Player Characters (NPCs) of games can be designed using ready-made components. In addition, AI4U has a low-level API that allows you to connect the agent to any algorithm made available in Python by the reinforcement learni…
Stars: ✭ 34 (+126.67%)
Mutual labels:  games
moon-cheeser
Moon Cheeser is an infinite runner where the player plays as a mouse gathering cheese pieces and avoiding craters and other astronomical objects, such as comets and planets, on a moon made of cheese.
Stars: ✭ 32 (+113.33%)
Mutual labels:  games
webDOOM
Classic DOOM recompiled with WebAssembly
Stars: ✭ 61 (+306.67%)
Mutual labels:  games
gweatherrouting
Sailing weather routing made easy
Stars: ✭ 15 (+0%)
Mutual labels:  gtk
osgc
Open Source Game Collection - mini games created with xygine and SFML!
Stars: ✭ 17 (+13.33%)
Mutual labels:  games
pokerwars.io-starterbot-python
A starter bot written in python for the pokerwars.io platform. To play: pull this code, register on pokerwars.io, get your API token and play!
Stars: ✭ 37 (+146.67%)
Mutual labels:  games
open-source-games
A list of open source games.
Stars: ✭ 65 (+333.33%)
Mutual labels:  games
uno-game
🎴 An UNO Game made in Javascript
Stars: ✭ 93 (+520%)
Mutual labels:  games
crossbow
Cross-Platform Rust Toolkit for Games 🏹
Stars: ✭ 80 (+433.33%)
Mutual labels:  games
TrumpWillTriumph
You are running for president of the United States of America. To become president, you must conquer at least 25 of the 50 states. Each state can be conquered by winning a unique challenge.
Stars: ✭ 13 (-13.33%)
Mutual labels:  mini-game
gtk
🪟 Soothing pastel theme for GTK3
Stars: ✭ 150 (+900%)
Mutual labels:  gtk
Flappy-Bird-Genetic-Algorithms
Use genetic algorithms to train flappy bird
Stars: ✭ 83 (+453.33%)
Mutual labels:  games

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].