From d766ed5fcecfd019c5f3ce50a0deffbe8de5a611 Mon Sep 17 00:00:00 2001 From: Mark B Date: Sun, 21 Nov 2021 21:01:53 -0500 Subject: [PATCH] added a guide to switch branches in the readme --- README.md | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d6f2c30..2beeef8 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,25 @@ # 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 +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