raylib/games
noshbar 1d548eaa4b 3 minor sample game cleanups:
* changed bitwise & to logical &&
* removed redundant state check
* moved a strcpy inside a NULL check to prevent a crash.
  NOTE: nothing sensible will happen as a result, but no crash at least.
2018-10-10 22:05:13 +02:00
..
drturtle PNG image size optimization 2018-09-25 12:53:31 +02:00
just_do 3 minor sample game cleanups: 2018-10-10 22:05:13 +02:00
koala_seasons 3 minor sample game cleanups: 2018-10-10 22:05:13 +02:00
light_my_ritual PNG image size optimization 2018-09-25 12:53:31 +02:00
skully_escape PNG image size optimization 2018-09-25 12:53:31 +02:00
transmission 3 minor sample game cleanups: 2018-10-10 22:05:13 +02:00
wave_collector PNG image size optimization 2018-09-25 12:53:31 +02:00
CMakeLists.txt CMake: Major cleanup to support find_package(raylib) 2018-07-29 12:35:35 +02:00
Makefile Review formatting 2018-07-21 17:19:44 +02:00
Makefile.Android Added Android Makefile for games 2018-07-21 17:38:47 +02:00
arkanoid.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
asteroids.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
asteroids_survival.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
floppy.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
gold_fever.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
gorilas.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
missile_commander.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
pang.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
snake.c Games: Snake: Fixes snake head collision with fruit 2018-08-13 23:58:42 +02:00
space_invaders.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
tetris.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00