Skip to content

temaxuck/Gravity-Balls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravity Balls

A very small game written in C using raylib library

Game description

Throw colourful balls that bounce off the walls and floor, pretty much like you'd throw Angry Birds.

Demo

You can try the game here.

Build from source

To build the game on your local machine it is required to have c compiler and raylib library with all it's prerequisites installed (see raylib docs how to achieve this).

Then you can build simply like this:

cc game.c -lraylib -lm -o ./build/game

And then run it:

./build/game

Pre-builds

Currently only web and Linux x86-64 prebuilded versions are available (see build/ directory or releases page).

Patch notes

v1.2.1

Updates

  • Gravity was tweaked for a slightly better feel

Fixes

  • Optimized the way objects are stored in memory

About

A very small game written in C using raylib library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published