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
|
||||
|
||||
A remake of the first game I made.
|
||||
<p>This time made with C and raylib.</p>
|
||||
|
||||
<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
|
||||
* Hitboxes working in .h files
|
||||
* Screen Boundaries
|
||||
* Projectiles
|
||||
* Portable Binaries of the game
|
||||
A remake of the first game I made.
|
||||
<p>This time made with C and raylib.</p>
|
||||
|
||||
<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
|
||||
* Hitboxes working in .h files
|
||||
* Screen Boundaries
|
||||
* Projectiles
|
||||
* Portable Binaries of the game
|
||||
|
||||
# BRANCHES
|
||||
|
||||
<p>To see new code use</p>
|
||||
|
||||
git checkout unstable
|
||||
|
|
Loading…
Reference in a new issue