Skip to content
Snippets Groups Projects
Commit 98d6cb1b authored by Jonas Johan Solsvik's avatar Jonas Johan Solsvik :video_game:
Browse files

update README.md

parent c87fff34
No related branches found
No related tags found
1 merge request!1Fix #6, #7 and #8 - Open window, draw and move circle + collsion example
.PHONY: 01 02 all
all:
mkdir -p build;
cmake -S . -B build;
......@@ -15,4 +17,3 @@ all:
make -C build;
./build/02-jumping-boxes;
.PHONY: 01 02 all
......@@ -11,7 +11,8 @@ make
To build and run a specific game:
```
make 01
make 01 # To run 01-red-circle
make 02 # To run 02-jumping-boxes
```
_See `Makefile` for complete list of commands_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment