├── .github └── FUNDING.yml ├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── README.md ├── cat_vs_roomba ├── LICENSE ├── README.md ├── projects │ └── VS2022 │ │ ├── cat_vs_roomba.sln │ │ ├── cat_vs_roomba │ │ └── cat_vs_roomba.vcxproj │ │ └── raylib │ │ └── raylib.vcxproj ├── screenshots │ ├── screenshot000.png │ ├── screenshot001.png │ ├── screenshot002.png │ ├── screenshot003.png │ ├── screenshot004.png │ ├── screenshot005.png │ ├── screenshot006.png │ ├── screenshot007.png │ ├── screenshot008.png │ └── screenshot009.png └── src │ ├── Makefile │ ├── cat_vs_roomba.c │ ├── cat_vs_roomba.rc │ ├── raylib.ico │ ├── resources │ ├── cat.png │ ├── coin.wav │ ├── collisions.txt │ ├── dirtiles.png │ ├── dyson.png │ ├── furmap.txt │ ├── furniture.png │ ├── furset.txt │ ├── fursetid.png │ ├── fxcat01.wav │ ├── fxcat02.wav │ ├── fxrobot01.wav │ ├── fxrobot02.wav │ ├── fxrobot03.wav │ ├── roomba.png │ ├── star.fnt │ ├── star.png │ ├── star2.fnt │ ├── star2.png │ ├── title_cat.png │ ├── title_roomba.png │ ├── title_vs.png │ └── tracemap.png │ ├── screen_ending.c │ ├── screen_gameplay.c │ ├── screen_logo.c │ ├── screen_title.c │ └── screens.h ├── classics ├── LICENSE ├── README.md ├── screenshots │ ├── classic_arkanoid.png │ ├── classic_asteroids.png │ ├── classic_asteroids_survival.png │ ├── classic_floppy.png │ ├── classic_gorilas.png │ ├── classic_missile_commander.png │ ├── classic_pang.png │ ├── classic_platformer.png │ ├── classic_snake.png │ ├── classic_space_invaders.png │ ├── classic_tetris.png │ └── screenshot000.png └── src │ ├── Makefile │ ├── Makefile.Android │ ├── arkanoid.c │ ├── asteroids.c │ ├── asteroids_survival.c │ ├── floppy.c │ ├── gold_fever.c │ ├── gorilas.c │ ├── missile_commander.c │ ├── pang.c │ ├── platformer.c │ ├── snake.c │ ├── space_invaders.c │ └── tetris.c ├── drturtle ├── LICENSE ├── README.md ├── screenshots │ ├── screenshot000.png │ ├── screenshot001.png │ ├── screenshot002.png │ └── screenshot003.png └── src │ ├── 00_drturtle_screens.c │ ├── 01_drturtle_scrolling.c │ ├── 02_drturtle_player.c │ ├── 03_drturtle_enemies.c │ ├── 04_drturtle_gui.c │ ├── 05_drturtle_audio.c │ ├── 06_drturtle_final.c │ ├── Makefile │ ├── drturtle_final_web.c │ └── resources │ ├── die.wav │ ├── eat.wav │ ├── fish.png │ ├── gamera.png │ ├── gamera.wav │ ├── gframe.png │ ├── komika.png │ ├── mountains.png │ ├── orca.png │ ├── sea.png │ ├── shark.png │ ├── sky.png │ ├── speeding.ogg │ ├── swhale.png │ ├── title.png │ └── turtle.png ├── just_do ├── LICENSE ├── README.md ├── screenshots │ ├── screenshot000.png │ ├── screenshot002.png │ ├── screenshot003.png │ ├── screenshot004.png │ └── screenshot005.png └── src │ ├── Makefile │ ├── just_do.c │ ├── resources │ ├── ambient.ogg │ └── win.wav │ ├── screen_level00.c │ ├── screen_level01.c │ ├── screen_level02.c │ ├── screen_level03.c │ ├── screen_level04.c │ ├── screen_level05.c │ ├── screen_level06.c │ ├── screen_level07.c │ ├── screen_level08.c │ ├── screen_level09.c │ ├── screen_level10.c │ ├── screen_logo.c │ └── screens.h ├── koala_seasons ├── LICENSE ├── README.md ├── projects │ └── VS2022 │ │ ├── koala_seasons.sln │ │ ├── koala_seasons │ │ └── koala_seasons.vcxproj │ │ └── raylib │ │ └── raylib.vcxproj ├── screenshots │ ├── screenshot000.png │ ├── screenshot001.png │ ├── screenshot002.png │ └── screenshot003.png └── src │ ├── Makefile │ ├── Makefile.Android │ ├── atlas01.h │ ├── atlas02.h │ ├── koala_seasons.c │ ├── koala_seasons.rc │ ├── raylib.ico │ ├── resources │ ├── audio │ │ ├── dash.ogg │ │ ├── dingo_die.ogg │ │ ├── eat_leaves.ogg │ │ ├── jngl.xm │ │ ├── jump.ogg │ │ ├── owl_die.ogg │ │ ├── resin_hit.ogg │ │ ├── snake_die.ogg │ │ └── wind_sound.ogg │ ├── graphics │ │ ├── atlas01.png │ │ ├── atlas02.png │ │ └── mainfont.png │ └── shaders │ │ ├── glsl100 │ │ ├── base.vs │ │ └── blend_color.fs │ │ └── glsl330 │ │ ├── base.vs │ │ └── blend_color.fs │ ├── screen_ending.c │ ├── screen_gameplay.c │ ├── screen_logo.c │ ├── screen_title.c │ └── screens.h ├── light_my_ritual ├── LICENSE ├── README.md ├── screenshots │ ├── screenshot000.png │ ├── screenshot002.png │ ├── screenshot003.png │ ├── screenshot004.png │ ├── screenshot005.png │ ├── screenshot006.png │ └── screenshot007.png └── src │ ├── Makefile │ ├── light_my_ritual.c │ ├── resources │ ├── audio │ │ ├── ambient.ogg │ │ ├── light_off.wav │ │ ├── light_on.wav │ │ ├── ritual.ogg │ │ └── start.wav │ ├── font_arcadian.png │ ├── lights_map.png │ └── textures │ │ ├── back_title.png │ │ ├── background.png │ │ ├── book.png │ │ ├── circle_level_i_off.png │ │ ├── circle_level_i_on.png │ │ ├── circle_level_ii_off.png │ │ ├── circle_level_ii_on.png │ │ ├── circle_level_iii_off.png │ │ ├── circle_level_iii_on.png │ │ ├── enemy.png │ │ ├── foreground_level_i.png │ │ ├── foreground_level_ii.png │ │ ├── foreground_level_iii.png │ │ ├── light.png │ │ ├── light_glow.png │ │ ├── light_ray.png │ │ ├── msg_ritual.png │ │ ├── player.png │ │ ├── time_over.png │ │ └── title.png │ ├── screen_gameplay.c │ ├── screen_logo.c │ ├── screen_title.c │ └── screens.h ├── raylife ├── LICENSE ├── README.md ├── screenshots │ ├── core_game_of_life.png │ └── gif_raylife.gif └── src │ ├── makefile │ └── raylife.c ├── repair ├── LICENSE ├── README.md ├── screenshots │ ├── screenshot000.png │ ├── screenshot001.png │ ├── screenshot002.png │ ├── screenshot003.png │ ├── screenshot004.png │ ├── screenshot005.png │ ├── screenshot006.png │ ├── screenshot007.png │ └── screenshot008.png └── src │ ├── Makefile │ ├── repair.c │ ├── resources │ ├── background.png │ ├── coin.wav │ ├── elevator_romance.ogg │ ├── eyes_models.png │ ├── font.png │ ├── hair_models.png │ ├── head_models.png │ ├── match.png │ ├── mouth_models.png │ ├── nose_models.png │ ├── npatch.png │ ├── qmark.png │ ├── raylib_logo.png │ └── title.png │ ├── screen_ending.c │ ├── screen_gameplay.c │ ├── screen_logo.c │ ├── screen_title.c │ └── screens.h ├── retro_maze_3d ├── LICENSE ├── README.md ├── projects │ └── VS2022 │ │ ├── raylib │ │ └── raylib.vcxproj │ │ ├── retro_maze_3d.sln │ │ └── retro_maze_3d │ │ └── retro_maze_3d.vcxproj ├── screenshots │ ├── screenshot000.png │ ├── screenshot001.png │ ├── screenshot004.png │ ├── screenshot005.png │ ├── screenshot006.png │ ├── screenshot007.png │ ├── screenshot013.png │ └── screenshot016.png └── src │ ├── Makefile │ ├── raylib.ico │ ├── resources │ ├── alpha_beta.png │ ├── audio │ │ ├── ending.wav │ │ ├── logo.wav │ │ ├── menu_move.wav │ │ ├── menu_select.wav │ │ ├── music_credits.mp3 │ │ ├── music_gameplay.mp3 │ │ ├── music_title.mp3 │ │ ├── pause.wav │ │ ├── step.wav │ │ ├── title_rocks.wav │ │ ├── voice_anyone_there.wav │ │ ├── voice_can_you_hear_me.wav │ │ ├── voice_hello.wav │ │ └── voice_im_lost.wav │ ├── cubicmap_atlas.png │ ├── game_map.png │ ├── gpi_case_front.png │ ├── logo.png │ ├── title.png │ ├── title_3d.png │ ├── title_3d_shadow.png │ ├── title_raylib_logo.png │ └── title_shadow.png │ ├── retro_maze_3d.c │ └── retro_maze_3d.rc ├── skully_escape ├── LICENSE ├── README.md ├── screenshots │ ├── screenshot000.png │ ├── screenshot004.png │ ├── screenshot007.png │ ├── screenshot010.png │ ├── screenshot013.png │ ├── screenshot015.png │ ├── screenshot021.png │ ├── screenshot022.png │ └── screenshot024.png └── src │ ├── Makefile │ ├── monster.c │ ├── monster.h │ ├── player.c │ ├── player.h │ ├── resources │ ├── audio │ │ ├── come_play_with_me.ogg │ │ ├── door.ogg │ │ └── scream.ogg │ └── textures │ │ ├── alagard.png │ │ ├── background_aisle01.png │ │ ├── background_aisle02.png │ │ ├── background_armory.png │ │ ├── background_attic.png │ │ ├── background_bathroom.png │ │ ├── background_kitchen.png │ │ ├── background_livingroom.png │ │ ├── doors.png │ │ ├── monster_arc.png │ │ ├── monster_blazon01.png │ │ ├── monster_blazon02.png │ │ ├── monster_blazon03.png │ │ ├── monster_candle.png │ │ ├── monster_chair_left.png │ │ ├── monster_chair_right.png │ │ ├── monster_closet.png │ │ ├── monster_lamp_left.png │ │ ├── monster_lamp_right.png │ │ ├── monster_mirror.png │ │ ├── monster_phone.png │ │ ├── monster_picture.png │ │ ├── monster_window.png │ │ ├── skully.png │ │ ├── skully_icon.png │ │ ├── skully_logo.png │ │ └── title.png │ ├── screen_aisle01.c │ ├── screen_aisle02.c │ ├── screen_armory.c │ ├── screen_attic.c │ ├── screen_bathroom.c │ ├── screen_ending.c │ ├── screen_kitchen.c │ ├── screen_livingroom.c │ ├── screen_logo.c │ ├── screen_title.c │ ├── screens.h │ └── skully_escape.c ├── transmission ├── LICENSE ├── README.md ├── screenshots │ ├── screenshot000.png │ ├── screenshot001.png │ ├── screenshot002.png │ ├── screenshot003.png │ ├── screenshot004.png │ └── screenshot005.png └── src │ ├── Makefile │ ├── resources │ ├── audio │ │ ├── fx_batman.ogg │ │ ├── fx_button.ogg │ │ ├── fx_grab.ogg │ │ ├── fx_leave.ogg │ │ ├── fx_message.ogg │ │ ├── fx_newspaper.ogg │ │ ├── fx_place.ogg │ │ ├── fx_typing.ogg │ │ ├── music_mission.ogg │ │ ├── music_title.ogg │ │ ├── s_p_y.xm │ │ └── spy_versus_spy.xm │ ├── fonts │ │ ├── Lora-Bold.ttf │ │ ├── mom_typewritter.ttf │ │ └── traveling_typewriter.ttf │ ├── missions.txt │ └── textures │ │ ├── cw_logo.png │ │ ├── ending_background.png │ │ ├── ending_newspaper.png │ │ ├── message_background.png │ │ ├── message_vignette.png │ │ ├── mission_background.png │ │ ├── mission_backline.png │ │ ├── mission_words.png │ │ ├── title_background.png │ │ ├── title_ribbon.png │ │ └── words_base.png │ ├── screen_ending.c │ ├── screen_gameplay.c │ ├── screen_logo.c │ ├── screen_mission.c │ ├── screen_title.c │ ├── screens.h │ └── transmission.c └── wave_collector ├── LICENSE ├── README.md ├── screenshots ├── screenshot000.png ├── screenshot001.png ├── screenshot002.png ├── screenshot003.png ├── screenshot004.png ├── screenshot005.png └── screenshot006.png └── src ├── Makefile ├── resources ├── audio │ ├── pause.wav │ ├── sample_off.wav │ ├── sample_on.wav │ ├── start.wav │ └── wave.ogg ├── font.fnt ├── font.png └── textures │ ├── background.png │ ├── background_gameplay.png │ ├── background_title.png │ ├── icon_synchro.png │ ├── icon_warp.png │ ├── logo_raylib.png │ ├── lose.png │ ├── player.png │ ├── sample_big.png │ ├── sample_mid.png │ ├── sample_small.png │ ├── title.png │ └── win.png ├── screen_ending.c ├── screen_gameplay.c ├── screen_logo.c ├── screen_title.c ├── screens.h └── wave_collector.c /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/README.md -------------------------------------------------------------------------------- /cat_vs_roomba/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/LICENSE -------------------------------------------------------------------------------- /cat_vs_roomba/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/README.md -------------------------------------------------------------------------------- /cat_vs_roomba/projects/VS2022/cat_vs_roomba.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/projects/VS2022/cat_vs_roomba.sln -------------------------------------------------------------------------------- /cat_vs_roomba/projects/VS2022/cat_vs_roomba/cat_vs_roomba.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/projects/VS2022/cat_vs_roomba/cat_vs_roomba.vcxproj -------------------------------------------------------------------------------- /cat_vs_roomba/projects/VS2022/raylib/raylib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/projects/VS2022/raylib/raylib.vcxproj -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot000.png -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot001.png -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot002.png -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot003.png -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot004.png -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot005.png -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot006.png -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot007.png -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot008.png -------------------------------------------------------------------------------- /cat_vs_roomba/screenshots/screenshot009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/screenshots/screenshot009.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/Makefile -------------------------------------------------------------------------------- /cat_vs_roomba/src/cat_vs_roomba.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/cat_vs_roomba.c -------------------------------------------------------------------------------- /cat_vs_roomba/src/cat_vs_roomba.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/cat_vs_roomba.rc -------------------------------------------------------------------------------- /cat_vs_roomba/src/raylib.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/raylib.ico -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/cat.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/coin.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/coin.wav -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/collisions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/collisions.txt -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/dirtiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/dirtiles.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/dyson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/dyson.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/furmap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/furmap.txt -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/furniture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/furniture.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/furset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/furset.txt -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/fursetid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/fursetid.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/fxcat01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/fxcat01.wav -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/fxcat02.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/fxcat02.wav -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/fxrobot01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/fxrobot01.wav -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/fxrobot02.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/fxrobot02.wav -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/fxrobot03.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/fxrobot03.wav -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/roomba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/roomba.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/star.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/star.fnt -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/star.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/star2.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/star2.fnt -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/star2.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/title_cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/title_cat.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/title_roomba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/title_roomba.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/title_vs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/title_vs.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/resources/tracemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/resources/tracemap.png -------------------------------------------------------------------------------- /cat_vs_roomba/src/screen_ending.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/screen_ending.c -------------------------------------------------------------------------------- /cat_vs_roomba/src/screen_gameplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/screen_gameplay.c -------------------------------------------------------------------------------- /cat_vs_roomba/src/screen_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/screen_logo.c -------------------------------------------------------------------------------- /cat_vs_roomba/src/screen_title.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/screen_title.c -------------------------------------------------------------------------------- /cat_vs_roomba/src/screens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/cat_vs_roomba/src/screens.h -------------------------------------------------------------------------------- /classics/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/LICENSE -------------------------------------------------------------------------------- /classics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/README.md -------------------------------------------------------------------------------- /classics/screenshots/classic_arkanoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_arkanoid.png -------------------------------------------------------------------------------- /classics/screenshots/classic_asteroids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_asteroids.png -------------------------------------------------------------------------------- /classics/screenshots/classic_asteroids_survival.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_asteroids_survival.png -------------------------------------------------------------------------------- /classics/screenshots/classic_floppy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_floppy.png -------------------------------------------------------------------------------- /classics/screenshots/classic_gorilas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_gorilas.png -------------------------------------------------------------------------------- /classics/screenshots/classic_missile_commander.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_missile_commander.png -------------------------------------------------------------------------------- /classics/screenshots/classic_pang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_pang.png -------------------------------------------------------------------------------- /classics/screenshots/classic_platformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_platformer.png -------------------------------------------------------------------------------- /classics/screenshots/classic_snake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_snake.png -------------------------------------------------------------------------------- /classics/screenshots/classic_space_invaders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_space_invaders.png -------------------------------------------------------------------------------- /classics/screenshots/classic_tetris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/classic_tetris.png -------------------------------------------------------------------------------- /classics/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/screenshots/screenshot000.png -------------------------------------------------------------------------------- /classics/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/Makefile -------------------------------------------------------------------------------- /classics/src/Makefile.Android: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/Makefile.Android -------------------------------------------------------------------------------- /classics/src/arkanoid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/arkanoid.c -------------------------------------------------------------------------------- /classics/src/asteroids.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/asteroids.c -------------------------------------------------------------------------------- /classics/src/asteroids_survival.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/asteroids_survival.c -------------------------------------------------------------------------------- /classics/src/floppy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/floppy.c -------------------------------------------------------------------------------- /classics/src/gold_fever.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/gold_fever.c -------------------------------------------------------------------------------- /classics/src/gorilas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/gorilas.c -------------------------------------------------------------------------------- /classics/src/missile_commander.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/missile_commander.c -------------------------------------------------------------------------------- /classics/src/pang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/pang.c -------------------------------------------------------------------------------- /classics/src/platformer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/platformer.c -------------------------------------------------------------------------------- /classics/src/snake.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/snake.c -------------------------------------------------------------------------------- /classics/src/space_invaders.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/space_invaders.c -------------------------------------------------------------------------------- /classics/src/tetris.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/classics/src/tetris.c -------------------------------------------------------------------------------- /drturtle/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/LICENSE -------------------------------------------------------------------------------- /drturtle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/README.md -------------------------------------------------------------------------------- /drturtle/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/screenshots/screenshot000.png -------------------------------------------------------------------------------- /drturtle/screenshots/screenshot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/screenshots/screenshot001.png -------------------------------------------------------------------------------- /drturtle/screenshots/screenshot002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/screenshots/screenshot002.png -------------------------------------------------------------------------------- /drturtle/screenshots/screenshot003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/screenshots/screenshot003.png -------------------------------------------------------------------------------- /drturtle/src/00_drturtle_screens.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/00_drturtle_screens.c -------------------------------------------------------------------------------- /drturtle/src/01_drturtle_scrolling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/01_drturtle_scrolling.c -------------------------------------------------------------------------------- /drturtle/src/02_drturtle_player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/02_drturtle_player.c -------------------------------------------------------------------------------- /drturtle/src/03_drturtle_enemies.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/03_drturtle_enemies.c -------------------------------------------------------------------------------- /drturtle/src/04_drturtle_gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/04_drturtle_gui.c -------------------------------------------------------------------------------- /drturtle/src/05_drturtle_audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/05_drturtle_audio.c -------------------------------------------------------------------------------- /drturtle/src/06_drturtle_final.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/06_drturtle_final.c -------------------------------------------------------------------------------- /drturtle/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/Makefile -------------------------------------------------------------------------------- /drturtle/src/drturtle_final_web.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/drturtle_final_web.c -------------------------------------------------------------------------------- /drturtle/src/resources/die.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/die.wav -------------------------------------------------------------------------------- /drturtle/src/resources/eat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/eat.wav -------------------------------------------------------------------------------- /drturtle/src/resources/fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/fish.png -------------------------------------------------------------------------------- /drturtle/src/resources/gamera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/gamera.png -------------------------------------------------------------------------------- /drturtle/src/resources/gamera.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/gamera.wav -------------------------------------------------------------------------------- /drturtle/src/resources/gframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/gframe.png -------------------------------------------------------------------------------- /drturtle/src/resources/komika.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/komika.png -------------------------------------------------------------------------------- /drturtle/src/resources/mountains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/mountains.png -------------------------------------------------------------------------------- /drturtle/src/resources/orca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/orca.png -------------------------------------------------------------------------------- /drturtle/src/resources/sea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/sea.png -------------------------------------------------------------------------------- /drturtle/src/resources/shark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/shark.png -------------------------------------------------------------------------------- /drturtle/src/resources/sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/sky.png -------------------------------------------------------------------------------- /drturtle/src/resources/speeding.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/speeding.ogg -------------------------------------------------------------------------------- /drturtle/src/resources/swhale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/swhale.png -------------------------------------------------------------------------------- /drturtle/src/resources/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/title.png -------------------------------------------------------------------------------- /drturtle/src/resources/turtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/drturtle/src/resources/turtle.png -------------------------------------------------------------------------------- /just_do/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/LICENSE -------------------------------------------------------------------------------- /just_do/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/README.md -------------------------------------------------------------------------------- /just_do/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/screenshots/screenshot000.png -------------------------------------------------------------------------------- /just_do/screenshots/screenshot002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/screenshots/screenshot002.png -------------------------------------------------------------------------------- /just_do/screenshots/screenshot003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/screenshots/screenshot003.png -------------------------------------------------------------------------------- /just_do/screenshots/screenshot004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/screenshots/screenshot004.png -------------------------------------------------------------------------------- /just_do/screenshots/screenshot005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/screenshots/screenshot005.png -------------------------------------------------------------------------------- /just_do/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/Makefile -------------------------------------------------------------------------------- /just_do/src/just_do.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/just_do.c -------------------------------------------------------------------------------- /just_do/src/resources/ambient.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/resources/ambient.ogg -------------------------------------------------------------------------------- /just_do/src/resources/win.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/resources/win.wav -------------------------------------------------------------------------------- /just_do/src/screen_level00.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level00.c -------------------------------------------------------------------------------- /just_do/src/screen_level01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level01.c -------------------------------------------------------------------------------- /just_do/src/screen_level02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level02.c -------------------------------------------------------------------------------- /just_do/src/screen_level03.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level03.c -------------------------------------------------------------------------------- /just_do/src/screen_level04.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level04.c -------------------------------------------------------------------------------- /just_do/src/screen_level05.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level05.c -------------------------------------------------------------------------------- /just_do/src/screen_level06.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level06.c -------------------------------------------------------------------------------- /just_do/src/screen_level07.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level07.c -------------------------------------------------------------------------------- /just_do/src/screen_level08.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level08.c -------------------------------------------------------------------------------- /just_do/src/screen_level09.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level09.c -------------------------------------------------------------------------------- /just_do/src/screen_level10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_level10.c -------------------------------------------------------------------------------- /just_do/src/screen_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screen_logo.c -------------------------------------------------------------------------------- /just_do/src/screens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/just_do/src/screens.h -------------------------------------------------------------------------------- /koala_seasons/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/LICENSE -------------------------------------------------------------------------------- /koala_seasons/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/README.md -------------------------------------------------------------------------------- /koala_seasons/projects/VS2022/koala_seasons.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/projects/VS2022/koala_seasons.sln -------------------------------------------------------------------------------- /koala_seasons/projects/VS2022/koala_seasons/koala_seasons.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/projects/VS2022/koala_seasons/koala_seasons.vcxproj -------------------------------------------------------------------------------- /koala_seasons/projects/VS2022/raylib/raylib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/projects/VS2022/raylib/raylib.vcxproj -------------------------------------------------------------------------------- /koala_seasons/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/screenshots/screenshot000.png -------------------------------------------------------------------------------- /koala_seasons/screenshots/screenshot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/screenshots/screenshot001.png -------------------------------------------------------------------------------- /koala_seasons/screenshots/screenshot002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/screenshots/screenshot002.png -------------------------------------------------------------------------------- /koala_seasons/screenshots/screenshot003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/screenshots/screenshot003.png -------------------------------------------------------------------------------- /koala_seasons/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/Makefile -------------------------------------------------------------------------------- /koala_seasons/src/Makefile.Android: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/Makefile.Android -------------------------------------------------------------------------------- /koala_seasons/src/atlas01.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/atlas01.h -------------------------------------------------------------------------------- /koala_seasons/src/atlas02.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/atlas02.h -------------------------------------------------------------------------------- /koala_seasons/src/koala_seasons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/koala_seasons.c -------------------------------------------------------------------------------- /koala_seasons/src/koala_seasons.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/koala_seasons.rc -------------------------------------------------------------------------------- /koala_seasons/src/raylib.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/raylib.ico -------------------------------------------------------------------------------- /koala_seasons/src/resources/audio/dash.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/audio/dash.ogg -------------------------------------------------------------------------------- /koala_seasons/src/resources/audio/dingo_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/audio/dingo_die.ogg -------------------------------------------------------------------------------- /koala_seasons/src/resources/audio/eat_leaves.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/audio/eat_leaves.ogg -------------------------------------------------------------------------------- /koala_seasons/src/resources/audio/jngl.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/audio/jngl.xm -------------------------------------------------------------------------------- /koala_seasons/src/resources/audio/jump.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/audio/jump.ogg -------------------------------------------------------------------------------- /koala_seasons/src/resources/audio/owl_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/audio/owl_die.ogg -------------------------------------------------------------------------------- /koala_seasons/src/resources/audio/resin_hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/audio/resin_hit.ogg -------------------------------------------------------------------------------- /koala_seasons/src/resources/audio/snake_die.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/audio/snake_die.ogg -------------------------------------------------------------------------------- /koala_seasons/src/resources/audio/wind_sound.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/audio/wind_sound.ogg -------------------------------------------------------------------------------- /koala_seasons/src/resources/graphics/atlas01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/graphics/atlas01.png -------------------------------------------------------------------------------- /koala_seasons/src/resources/graphics/atlas02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/graphics/atlas02.png -------------------------------------------------------------------------------- /koala_seasons/src/resources/graphics/mainfont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/graphics/mainfont.png -------------------------------------------------------------------------------- /koala_seasons/src/resources/shaders/glsl100/base.vs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/shaders/glsl100/base.vs -------------------------------------------------------------------------------- /koala_seasons/src/resources/shaders/glsl100/blend_color.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/shaders/glsl100/blend_color.fs -------------------------------------------------------------------------------- /koala_seasons/src/resources/shaders/glsl330/base.vs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/shaders/glsl330/base.vs -------------------------------------------------------------------------------- /koala_seasons/src/resources/shaders/glsl330/blend_color.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/resources/shaders/glsl330/blend_color.fs -------------------------------------------------------------------------------- /koala_seasons/src/screen_ending.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/screen_ending.c -------------------------------------------------------------------------------- /koala_seasons/src/screen_gameplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/screen_gameplay.c -------------------------------------------------------------------------------- /koala_seasons/src/screen_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/screen_logo.c -------------------------------------------------------------------------------- /koala_seasons/src/screen_title.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/screen_title.c -------------------------------------------------------------------------------- /koala_seasons/src/screens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/koala_seasons/src/screens.h -------------------------------------------------------------------------------- /light_my_ritual/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/LICENSE -------------------------------------------------------------------------------- /light_my_ritual/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/README.md -------------------------------------------------------------------------------- /light_my_ritual/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/screenshots/screenshot000.png -------------------------------------------------------------------------------- /light_my_ritual/screenshots/screenshot002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/screenshots/screenshot002.png -------------------------------------------------------------------------------- /light_my_ritual/screenshots/screenshot003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/screenshots/screenshot003.png -------------------------------------------------------------------------------- /light_my_ritual/screenshots/screenshot004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/screenshots/screenshot004.png -------------------------------------------------------------------------------- /light_my_ritual/screenshots/screenshot005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/screenshots/screenshot005.png -------------------------------------------------------------------------------- /light_my_ritual/screenshots/screenshot006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/screenshots/screenshot006.png -------------------------------------------------------------------------------- /light_my_ritual/screenshots/screenshot007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/screenshots/screenshot007.png -------------------------------------------------------------------------------- /light_my_ritual/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/Makefile -------------------------------------------------------------------------------- /light_my_ritual/src/light_my_ritual.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/light_my_ritual.c -------------------------------------------------------------------------------- /light_my_ritual/src/resources/audio/ambient.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/audio/ambient.ogg -------------------------------------------------------------------------------- /light_my_ritual/src/resources/audio/light_off.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/audio/light_off.wav -------------------------------------------------------------------------------- /light_my_ritual/src/resources/audio/light_on.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/audio/light_on.wav -------------------------------------------------------------------------------- /light_my_ritual/src/resources/audio/ritual.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/audio/ritual.ogg -------------------------------------------------------------------------------- /light_my_ritual/src/resources/audio/start.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/audio/start.wav -------------------------------------------------------------------------------- /light_my_ritual/src/resources/font_arcadian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/font_arcadian.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/lights_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/lights_map.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/back_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/back_title.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/background.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/book.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/circle_level_i_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/circle_level_i_off.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/circle_level_i_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/circle_level_i_on.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/circle_level_ii_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/circle_level_ii_off.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/circle_level_ii_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/circle_level_ii_on.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/circle_level_iii_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/circle_level_iii_off.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/circle_level_iii_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/circle_level_iii_on.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/enemy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/enemy.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/foreground_level_i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/foreground_level_i.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/foreground_level_ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/foreground_level_ii.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/foreground_level_iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/foreground_level_iii.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/light.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/light_glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/light_glow.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/light_ray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/light_ray.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/msg_ritual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/msg_ritual.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/player.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/time_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/time_over.png -------------------------------------------------------------------------------- /light_my_ritual/src/resources/textures/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/resources/textures/title.png -------------------------------------------------------------------------------- /light_my_ritual/src/screen_gameplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/screen_gameplay.c -------------------------------------------------------------------------------- /light_my_ritual/src/screen_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/screen_logo.c -------------------------------------------------------------------------------- /light_my_ritual/src/screen_title.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/screen_title.c -------------------------------------------------------------------------------- /light_my_ritual/src/screens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/light_my_ritual/src/screens.h -------------------------------------------------------------------------------- /raylife/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/raylife/LICENSE -------------------------------------------------------------------------------- /raylife/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/raylife/README.md -------------------------------------------------------------------------------- /raylife/screenshots/core_game_of_life.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/raylife/screenshots/core_game_of_life.png -------------------------------------------------------------------------------- /raylife/screenshots/gif_raylife.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/raylife/screenshots/gif_raylife.gif -------------------------------------------------------------------------------- /raylife/src/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/raylife/src/makefile -------------------------------------------------------------------------------- /raylife/src/raylife.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/raylife/src/raylife.c -------------------------------------------------------------------------------- /repair/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/LICENSE -------------------------------------------------------------------------------- /repair/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/README.md -------------------------------------------------------------------------------- /repair/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/screenshots/screenshot000.png -------------------------------------------------------------------------------- /repair/screenshots/screenshot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/screenshots/screenshot001.png -------------------------------------------------------------------------------- /repair/screenshots/screenshot002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/screenshots/screenshot002.png -------------------------------------------------------------------------------- /repair/screenshots/screenshot003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/screenshots/screenshot003.png -------------------------------------------------------------------------------- /repair/screenshots/screenshot004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/screenshots/screenshot004.png -------------------------------------------------------------------------------- /repair/screenshots/screenshot005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/screenshots/screenshot005.png -------------------------------------------------------------------------------- /repair/screenshots/screenshot006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/screenshots/screenshot006.png -------------------------------------------------------------------------------- /repair/screenshots/screenshot007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/screenshots/screenshot007.png -------------------------------------------------------------------------------- /repair/screenshots/screenshot008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/screenshots/screenshot008.png -------------------------------------------------------------------------------- /repair/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/Makefile -------------------------------------------------------------------------------- /repair/src/repair.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/repair.c -------------------------------------------------------------------------------- /repair/src/resources/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/background.png -------------------------------------------------------------------------------- /repair/src/resources/coin.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/coin.wav -------------------------------------------------------------------------------- /repair/src/resources/elevator_romance.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/elevator_romance.ogg -------------------------------------------------------------------------------- /repair/src/resources/eyes_models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/eyes_models.png -------------------------------------------------------------------------------- /repair/src/resources/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/font.png -------------------------------------------------------------------------------- /repair/src/resources/hair_models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/hair_models.png -------------------------------------------------------------------------------- /repair/src/resources/head_models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/head_models.png -------------------------------------------------------------------------------- /repair/src/resources/match.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/match.png -------------------------------------------------------------------------------- /repair/src/resources/mouth_models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/mouth_models.png -------------------------------------------------------------------------------- /repair/src/resources/nose_models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/nose_models.png -------------------------------------------------------------------------------- /repair/src/resources/npatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/npatch.png -------------------------------------------------------------------------------- /repair/src/resources/qmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/qmark.png -------------------------------------------------------------------------------- /repair/src/resources/raylib_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/raylib_logo.png -------------------------------------------------------------------------------- /repair/src/resources/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/resources/title.png -------------------------------------------------------------------------------- /repair/src/screen_ending.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/screen_ending.c -------------------------------------------------------------------------------- /repair/src/screen_gameplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/screen_gameplay.c -------------------------------------------------------------------------------- /repair/src/screen_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/screen_logo.c -------------------------------------------------------------------------------- /repair/src/screen_title.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/screen_title.c -------------------------------------------------------------------------------- /repair/src/screens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/repair/src/screens.h -------------------------------------------------------------------------------- /retro_maze_3d/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/LICENSE -------------------------------------------------------------------------------- /retro_maze_3d/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/README.md -------------------------------------------------------------------------------- /retro_maze_3d/projects/VS2022/raylib/raylib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/projects/VS2022/raylib/raylib.vcxproj -------------------------------------------------------------------------------- /retro_maze_3d/projects/VS2022/retro_maze_3d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/projects/VS2022/retro_maze_3d.sln -------------------------------------------------------------------------------- /retro_maze_3d/projects/VS2022/retro_maze_3d/retro_maze_3d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/projects/VS2022/retro_maze_3d/retro_maze_3d.vcxproj -------------------------------------------------------------------------------- /retro_maze_3d/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/screenshots/screenshot000.png -------------------------------------------------------------------------------- /retro_maze_3d/screenshots/screenshot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/screenshots/screenshot001.png -------------------------------------------------------------------------------- /retro_maze_3d/screenshots/screenshot004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/screenshots/screenshot004.png -------------------------------------------------------------------------------- /retro_maze_3d/screenshots/screenshot005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/screenshots/screenshot005.png -------------------------------------------------------------------------------- /retro_maze_3d/screenshots/screenshot006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/screenshots/screenshot006.png -------------------------------------------------------------------------------- /retro_maze_3d/screenshots/screenshot007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/screenshots/screenshot007.png -------------------------------------------------------------------------------- /retro_maze_3d/screenshots/screenshot013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/screenshots/screenshot013.png -------------------------------------------------------------------------------- /retro_maze_3d/screenshots/screenshot016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/screenshots/screenshot016.png -------------------------------------------------------------------------------- /retro_maze_3d/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/Makefile -------------------------------------------------------------------------------- /retro_maze_3d/src/raylib.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/raylib.ico -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/alpha_beta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/alpha_beta.png -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/ending.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/ending.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/logo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/logo.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/menu_move.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/menu_move.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/menu_select.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/menu_select.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/music_credits.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/music_credits.mp3 -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/music_gameplay.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/music_gameplay.mp3 -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/music_title.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/music_title.mp3 -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/pause.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/pause.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/step.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/step.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/title_rocks.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/title_rocks.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/voice_anyone_there.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/voice_anyone_there.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/voice_can_you_hear_me.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/voice_can_you_hear_me.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/voice_hello.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/voice_hello.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/audio/voice_im_lost.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/audio/voice_im_lost.wav -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/cubicmap_atlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/cubicmap_atlas.png -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/game_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/game_map.png -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/gpi_case_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/gpi_case_front.png -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/logo.png -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/title.png -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/title_3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/title_3d.png -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/title_3d_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/title_3d_shadow.png -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/title_raylib_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/title_raylib_logo.png -------------------------------------------------------------------------------- /retro_maze_3d/src/resources/title_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/resources/title_shadow.png -------------------------------------------------------------------------------- /retro_maze_3d/src/retro_maze_3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/retro_maze_3d.c -------------------------------------------------------------------------------- /retro_maze_3d/src/retro_maze_3d.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/retro_maze_3d/src/retro_maze_3d.rc -------------------------------------------------------------------------------- /skully_escape/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/LICENSE -------------------------------------------------------------------------------- /skully_escape/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/README.md -------------------------------------------------------------------------------- /skully_escape/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/screenshots/screenshot000.png -------------------------------------------------------------------------------- /skully_escape/screenshots/screenshot004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/screenshots/screenshot004.png -------------------------------------------------------------------------------- /skully_escape/screenshots/screenshot007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/screenshots/screenshot007.png -------------------------------------------------------------------------------- /skully_escape/screenshots/screenshot010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/screenshots/screenshot010.png -------------------------------------------------------------------------------- /skully_escape/screenshots/screenshot013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/screenshots/screenshot013.png -------------------------------------------------------------------------------- /skully_escape/screenshots/screenshot015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/screenshots/screenshot015.png -------------------------------------------------------------------------------- /skully_escape/screenshots/screenshot021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/screenshots/screenshot021.png -------------------------------------------------------------------------------- /skully_escape/screenshots/screenshot022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/screenshots/screenshot022.png -------------------------------------------------------------------------------- /skully_escape/screenshots/screenshot024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/screenshots/screenshot024.png -------------------------------------------------------------------------------- /skully_escape/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/Makefile -------------------------------------------------------------------------------- /skully_escape/src/monster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/monster.c -------------------------------------------------------------------------------- /skully_escape/src/monster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/monster.h -------------------------------------------------------------------------------- /skully_escape/src/player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/player.c -------------------------------------------------------------------------------- /skully_escape/src/player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/player.h -------------------------------------------------------------------------------- /skully_escape/src/resources/audio/come_play_with_me.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/audio/come_play_with_me.ogg -------------------------------------------------------------------------------- /skully_escape/src/resources/audio/door.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/audio/door.ogg -------------------------------------------------------------------------------- /skully_escape/src/resources/audio/scream.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/audio/scream.ogg -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/alagard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/alagard.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/background_aisle01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/background_aisle01.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/background_aisle02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/background_aisle02.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/background_armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/background_armory.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/background_attic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/background_attic.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/background_bathroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/background_bathroom.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/background_kitchen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/background_kitchen.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/background_livingroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/background_livingroom.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/doors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/doors.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_arc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_arc.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_blazon01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_blazon01.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_blazon02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_blazon02.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_blazon03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_blazon03.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_candle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_candle.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_chair_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_chair_left.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_chair_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_chair_right.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_closet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_closet.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_lamp_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_lamp_left.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_lamp_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_lamp_right.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_mirror.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_phone.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_picture.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/monster_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/monster_window.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/skully.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/skully.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/skully_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/skully_icon.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/skully_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/skully_logo.png -------------------------------------------------------------------------------- /skully_escape/src/resources/textures/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/resources/textures/title.png -------------------------------------------------------------------------------- /skully_escape/src/screen_aisle01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_aisle01.c -------------------------------------------------------------------------------- /skully_escape/src/screen_aisle02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_aisle02.c -------------------------------------------------------------------------------- /skully_escape/src/screen_armory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_armory.c -------------------------------------------------------------------------------- /skully_escape/src/screen_attic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_attic.c -------------------------------------------------------------------------------- /skully_escape/src/screen_bathroom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_bathroom.c -------------------------------------------------------------------------------- /skully_escape/src/screen_ending.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_ending.c -------------------------------------------------------------------------------- /skully_escape/src/screen_kitchen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_kitchen.c -------------------------------------------------------------------------------- /skully_escape/src/screen_livingroom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_livingroom.c -------------------------------------------------------------------------------- /skully_escape/src/screen_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_logo.c -------------------------------------------------------------------------------- /skully_escape/src/screen_title.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screen_title.c -------------------------------------------------------------------------------- /skully_escape/src/screens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/screens.h -------------------------------------------------------------------------------- /skully_escape/src/skully_escape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/skully_escape/src/skully_escape.c -------------------------------------------------------------------------------- /transmission/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/LICENSE -------------------------------------------------------------------------------- /transmission/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/README.md -------------------------------------------------------------------------------- /transmission/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/screenshots/screenshot000.png -------------------------------------------------------------------------------- /transmission/screenshots/screenshot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/screenshots/screenshot001.png -------------------------------------------------------------------------------- /transmission/screenshots/screenshot002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/screenshots/screenshot002.png -------------------------------------------------------------------------------- /transmission/screenshots/screenshot003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/screenshots/screenshot003.png -------------------------------------------------------------------------------- /transmission/screenshots/screenshot004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/screenshots/screenshot004.png -------------------------------------------------------------------------------- /transmission/screenshots/screenshot005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/screenshots/screenshot005.png -------------------------------------------------------------------------------- /transmission/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/Makefile -------------------------------------------------------------------------------- /transmission/src/resources/audio/fx_batman.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/fx_batman.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/fx_button.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/fx_button.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/fx_grab.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/fx_grab.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/fx_leave.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/fx_leave.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/fx_message.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/fx_message.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/fx_newspaper.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/fx_newspaper.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/fx_place.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/fx_place.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/fx_typing.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/fx_typing.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/music_mission.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/music_mission.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/music_title.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/music_title.ogg -------------------------------------------------------------------------------- /transmission/src/resources/audio/s_p_y.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/s_p_y.xm -------------------------------------------------------------------------------- /transmission/src/resources/audio/spy_versus_spy.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/audio/spy_versus_spy.xm -------------------------------------------------------------------------------- /transmission/src/resources/fonts/Lora-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/fonts/Lora-Bold.ttf -------------------------------------------------------------------------------- /transmission/src/resources/fonts/mom_typewritter.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/fonts/mom_typewritter.ttf -------------------------------------------------------------------------------- /transmission/src/resources/fonts/traveling_typewriter.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/fonts/traveling_typewriter.ttf -------------------------------------------------------------------------------- /transmission/src/resources/missions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/missions.txt -------------------------------------------------------------------------------- /transmission/src/resources/textures/cw_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/cw_logo.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/ending_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/ending_background.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/ending_newspaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/ending_newspaper.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/message_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/message_background.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/message_vignette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/message_vignette.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/mission_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/mission_background.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/mission_backline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/mission_backline.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/mission_words.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/mission_words.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/title_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/title_background.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/title_ribbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/title_ribbon.png -------------------------------------------------------------------------------- /transmission/src/resources/textures/words_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/resources/textures/words_base.png -------------------------------------------------------------------------------- /transmission/src/screen_ending.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/screen_ending.c -------------------------------------------------------------------------------- /transmission/src/screen_gameplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/screen_gameplay.c -------------------------------------------------------------------------------- /transmission/src/screen_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/screen_logo.c -------------------------------------------------------------------------------- /transmission/src/screen_mission.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/screen_mission.c -------------------------------------------------------------------------------- /transmission/src/screen_title.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/screen_title.c -------------------------------------------------------------------------------- /transmission/src/screens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/screens.h -------------------------------------------------------------------------------- /transmission/src/transmission.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/transmission/src/transmission.c -------------------------------------------------------------------------------- /wave_collector/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/LICENSE -------------------------------------------------------------------------------- /wave_collector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/README.md -------------------------------------------------------------------------------- /wave_collector/screenshots/screenshot000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/screenshots/screenshot000.png -------------------------------------------------------------------------------- /wave_collector/screenshots/screenshot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/screenshots/screenshot001.png -------------------------------------------------------------------------------- /wave_collector/screenshots/screenshot002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/screenshots/screenshot002.png -------------------------------------------------------------------------------- /wave_collector/screenshots/screenshot003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/screenshots/screenshot003.png -------------------------------------------------------------------------------- /wave_collector/screenshots/screenshot004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/screenshots/screenshot004.png -------------------------------------------------------------------------------- /wave_collector/screenshots/screenshot005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/screenshots/screenshot005.png -------------------------------------------------------------------------------- /wave_collector/screenshots/screenshot006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/screenshots/screenshot006.png -------------------------------------------------------------------------------- /wave_collector/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/Makefile -------------------------------------------------------------------------------- /wave_collector/src/resources/audio/pause.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/audio/pause.wav -------------------------------------------------------------------------------- /wave_collector/src/resources/audio/sample_off.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/audio/sample_off.wav -------------------------------------------------------------------------------- /wave_collector/src/resources/audio/sample_on.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/audio/sample_on.wav -------------------------------------------------------------------------------- /wave_collector/src/resources/audio/start.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/audio/start.wav -------------------------------------------------------------------------------- /wave_collector/src/resources/audio/wave.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/audio/wave.ogg -------------------------------------------------------------------------------- /wave_collector/src/resources/font.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/font.fnt -------------------------------------------------------------------------------- /wave_collector/src/resources/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/font.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/background.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/background_gameplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/background_gameplay.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/background_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/background_title.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/icon_synchro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/icon_synchro.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/icon_warp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/icon_warp.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/logo_raylib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/logo_raylib.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/lose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/lose.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/player.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/sample_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/sample_big.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/sample_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/sample_mid.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/sample_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/sample_small.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/title.png -------------------------------------------------------------------------------- /wave_collector/src/resources/textures/win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/resources/textures/win.png -------------------------------------------------------------------------------- /wave_collector/src/screen_ending.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/screen_ending.c -------------------------------------------------------------------------------- /wave_collector/src/screen_gameplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/screen_gameplay.c -------------------------------------------------------------------------------- /wave_collector/src/screen_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/screen_logo.c -------------------------------------------------------------------------------- /wave_collector/src/screen_title.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/screen_title.c -------------------------------------------------------------------------------- /wave_collector/src/screens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/screens.h -------------------------------------------------------------------------------- /wave_collector/src/wave_collector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysan5/raylib-games/HEAD/wave_collector/src/wave_collector.c --------------------------------------------------------------------------------