added a guide to switch branches in the readme

This commit is contained in:
Return0ne 2021-11-21 21:01:53 -05:00
parent d748b0479f
commit d766ed5fce
1 changed files with 23 additions and 17 deletions

View File

@ -1,19 +1,25 @@
# Tux Vs X ENGINE # Tux Vs X ENGINE
A remake of the first game I made. A remake of the first game I made.
<p>This time made with C and raylib.</p> <p>This time made with C and raylib.</p>
<p>Sprites made by Jelly_poi.</p> <p>Sprites made by Jelly_poi.</p>
<p>Programming and design by M-C-O-B.</p> <p>Programming and design by M-C-O-B.</p>
Make sure to read the LICENSE file Make sure to read the LICENSE file
# TO-DO # TO-DO
* More clean code * More clean code
* Build Guide * Build Guide
* Hitboxes working in .h files * Hitboxes working in .h files
* Screen Boundaries * Screen Boundaries
* Projectiles * Projectiles
* Portable Binaries of the game * Portable Binaries of the game
# BRANCHES
<p>To see new code use</p>
git checkout unstable