# raylib-games **Repository Path**: stonego/raylib-games ## Basic Information - **Project Name**: raylib-games - **Description**: No description available - **Primary Language**: Unknown - **License**: Zlib - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-22 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # raylib games This is my collection of games made with raylib. Most of the games in this repo have been done in Global Game Jams. Games included: - [Dr Turtle and Mr Gamera](https://github.com/raysan5/raylib-games/tree/master/drturtle) (CEV 2014) - [Just Do](https://github.com/raysan5/raylib-games/tree/master/just_do) (GGJ2015) - [Skully Escape](https://github.com/raysan5/raylib-games/tree/master/skully_escape) (King Game Jam 2015) - [Koala Seasons](https://github.com/raysan5/raylib-games/tree/master/koala_seasons) (emegeme 2015) - [Light my Ritual](https://github.com/raysan5/raylib-games/tree/master/light_my_ritual) (GGJ2016) - [Wave Collector](https://github.com/raysan5/raylib-games/tree/master/wave_collector) (GGJ2017) - [Transmission Mission](https://github.com/raysan5/raylib-games/tree/master/transmission) (GGJ2018) - [Cat vs Roomba](https://github.com/raysan5/raylib-games/tree/master/cat_vs_roomba) (GGJ2019) - [Re-Pair](https://github.com/raysan5/raylib-games/tree/master/repair) (GGJ2020) - [RETRO MAZE 3D](https://github.com/raysan5/raylib-games/tree/master/retro_maze_3d) (GGJ2021) Classics directory includes some classic games: - [Arkanoid](https://github.com/raysan5/raylib-games/blob/master/classics/src/arkanoid.c) - [Asteroids](https://github.com/raysan5/raylib-games/blob/master/classics/src/asteroids.c) - [Asteroids (Survival Mode)](https://github.com/raysan5/raylib-games/blob/master/classics/src/asteroids_survival.c) - [Floppy](https://github.com/raysan5/raylib-games/blob/master/classics/src/floppy.c) - [Gold Fever](https://github.com/raysan5/raylib-games/blob/master/classics/src/gold_fever.c) - [Gorilas](https://github.com/raysan5/raylib-games/blob/master/classics/src/gorilas.c) - [Missile Commander](https://github.com/raysan5/raylib-games/blob/master/classics/src/missile_commander.c) - [Pang](https://github.com/raysan5/raylib-games/blob/master/classics/src/pang.c) - [Platformer](https://github.com/raysan5/raylib-games/blob/master/classics/src/platformer.c) - [Snake](https://github.com/raysan5/raylib-games/blob/master/classics/src/snake.c) - [Space Invaders](https://github.com/raysan5/raylib-games/blob/master/classics/src/space_invaders.c) - [Tetris](https://github.com/raysan5/raylib-games/blob/master/classics/src/tetris.c) All games are usually updated to latest version of raylib. Feel free to send a PR if some games do not work properly! license ------- All games sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details. *Copyright (c) 2014-2024 Ramon Santamaria ([@raysan5](https://github.com/raysan5))*