https://github.com/regalk13/sdl2-game
SDL2 example games
https://github.com/regalk13/sdl2-game
c game game-development sdl2
Last synced: about 1 year ago
JSON representation
SDL2 example games
- Host: GitHub
- URL: https://github.com/regalk13/sdl2-game
- Owner: regalk13
- Created: 2021-10-24T13:16:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T13:01:02.000Z (over 4 years ago)
- Last Synced: 2025-02-24T05:29:38.133Z (over 1 year ago)
- Topics: c, game, game-development, sdl2
- Language: C
- Homepage:
- Size: 9.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDL games
Just a repository for make retro and new games with SDL and C++...
## Snake
The classic game that everyone in our life has played, be a Snake and eat until you reach your maximum size, written in c ++ and running correctly on windows and linux.
You can compile on linux with the ./build.sh and for windows you can see the runtime [folder](https://github.com/regalk13/SDL2-game/tree/main/snake/x86_64_runtime_windows).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request