2021-09-12 19:23:15 +00:00
|
|
|
# Tux Vs X ENGINE
|
2021-08-28 22:39:35 +00:00
|
|
|
|
2021-11-22 02:01:53 +00:00
|
|
|
A remake of the first game I made.
|
2021-11-22 23:33:11 +00:00
|
|
|
<p>This time made with C99 and raylib.</p>
|
2021-11-22 02:01:53 +00:00
|
|
|
|
|
|
|
<p>Sprites made by Jelly_poi.</p>
|
|
|
|
<p>Programming and design by M-C-O-B.</p>
|
|
|
|
|
|
|
|
Make sure to read the LICENSE file
|
|
|
|
|
|
|
|
|
|
|
|
# TO-DO
|
|
|
|
|
|
|
|
* More clean code
|
|
|
|
* Build Guide
|
|
|
|
* Screen Boundaries
|
|
|
|
* Projectiles
|
|
|
|
* Portable Binaries of the game
|
|
|
|
|
|
|
|
# BRANCHES
|
|
|
|
|
2021-11-22 23:33:11 +00:00
|
|
|
Use
|
|
|
|
```sh
|
2021-11-22 02:01:53 +00:00
|
|
|
git checkout unstable
|
2021-11-22 23:33:11 +00:00
|
|
|
```
|
|
|
|
to see the unstable branch
|