An open API service indexing awesome lists of open source software.

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

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