summaryrefslogtreecommitdiffhomepage
path: root/games/missile_commander.c
AgeCommit message (Collapse)Author
2020-04-13WARNING: REMOVED raylib/games - Moved to raysan5/raylib-gamesraysan5
Move raylib games to another repo. It will reduce repo size for new clones. I considered also removing the related history with [`git filter-repo`](https://github.com/newren/git-filter-repo) (the current sane alternative to the deprecated `filter-branch`) but it has some implications: It would had made a new repository with distinct history and checksums. If the repo was previously published, the history of the new one won't have been compatible with the history others have pulled.
2019-05-21Review sample gamesRay
2018-03-16Allow use of main instead of android_mainAhmad Fatoum
Inspired by #504. Instead of requiring the user to do PLATFORM_ANDROID #ifdefery, have the android_main entry point exported by raylib and call the user-defined main. This way many games could (in theory) run unmodified on Android and elsewhere. This is untested!
2017-10-22Updated Makefile to support AndroidRay
2016-02-20Reorganized games folderraysan5
Simplified to match raylib installer package folder structure