Skip to content

luzcjr/hywelbane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Hywelbane

A simple 2D physics simulation in Go for study purposes of both 2D game physics and Go.

Reference: https://pikuma.com/courses/game-physics-engine-programming.

Hywelbane is the sword of Derfel Gadarn, a former warrior who fought alongside Arthur in the Warlord Chronicles book trilogy by Bernard Cornwell.

Installation

macOS

brew install sdl2{,_image,_mixer,_ttf,_gfx} pkg-config go

Build and Run

cd src/
go mod tidy
go build
./hywelbane

About

Simple 2D physics simulation in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages