Skip to content

lakrsv/parkour-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parkour Engine

Placeholder

Requirements

SDL2 (See the SDL2 setup requirements from the go-sdl bindings repository)

Building

cd engine && go mod tidy
cd ../game && go mod tidy
cd ../
make clean build

Windows

Add a blurb about how I configured WSL2, installed SDL2 through apt get and copied the SDL2 dependencies into the /usr directory where it was all installed, a lot of that can be found on the SDL2 go bindings prerequisites.

Additionally, I had to install MiNGW for windows compilation, this is why the makefile references x86_64-w64-mingw32-gcc

About

2D Platforming Game Engine written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published