A remake of the first game I made. This time made with C99 and raylib.
Go to file
Return0ne d766ed5fce added a guide to switch branches in the readme 2021-11-21 21:01:53 -05:00
assets First commit with game files 2021-08-28 18:48:16 -04:00
src QOL improvement to the showpos function 2021-11-21 20:46:42 -05:00
.gitignore more fitting return types for functions 2021-10-21 08:02:11 -04:00
LICENSE Initial commit 2021-08-28 22:39:35 +00:00
Makefile QOL improvement to the showpos function 2021-11-21 20:46:42 -05:00
README.md added a guide to switch branches in the readme 2021-11-21 21:01:53 -05:00

README.md

Tux Vs X ENGINE

A remake of the first game I made.

This time made with C and raylib.

Sprites made by Jelly_poi.

Programming and design by M-C-O-B.

Make sure to read the LICENSE file

TO-DO

  • More clean code
  • Build Guide
  • Hitboxes working in .h files
  • Screen Boundaries
  • Projectiles
  • Portable Binaries of the game

BRANCHES

To see new code use

git checkout unstable