This is a 2D platformer game built using the go
programming language and the SDL2 wrapper, go-sdl2
. It features a single level with basic gameplay mechanics.
- Game loop
- Object/texture parsers
- Physics
- Audio/ Text
You can download the game from the builds directory.
To run the game, follow these steps:
- Install
go
andgo-sdl2
on your system. go-sdl2
requires the SDL2 library to be installed on your system. You can download it from the go-sdl2.- Clone the repository.
- Run the game.
- Use the arrow keys to move.
- Press the spacebar to jump.
This project is licensed under the MIT License.