added a guide to switch branches in the readme
This commit is contained in:
parent
d748b0479f
commit
d766ed5fce
1 changed files with 23 additions and 17 deletions
40
README.md
40
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue