//
pkg.gl
Category
github.com/mattellis91/go-gamedev-sandbox
platformer-example
platformer
level
package
0.0.0-20240921072154-942270a39016
Repository:
https://github.com/mattellis91/go-gamedev-sandbox.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
382 SLOC
#
Functions
NewCoin
No description provided by the author
NewGameLevel
No description provided by the author
NewPlayer
No description provided by the author
NewSolidTile
No description provided by the author
NewSpike
No description provided by the author
#
Constants
Accel
No description provided by the author
Friction
No description provided by the author
Gravity
No description provided by the author
JumpSpeed
No description provided by the author
MaxSpeed
No description provided by the author
#
Structs
Coin
No description provided by the author
GameLevel
No description provided by the author
Player
No description provided by the author
SolidTile
No description provided by the author
Spike
No description provided by the author
#
Interfaces
Entity
No description provided by the author
LevelTile
No description provided by the author