Skip to content

kelceydamage/go-rpg-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Setup

  1. Install Go
    • download installer and run
  2. Verify install
    • which go && go version
  3. Install Ebitengine

Start Project

  1. Run go mod {name-of-project/module}
  2. Make a main.go file

Run Application

Run go run src/main.go

Update dependencies

When importing a new module, make sure to source it using go mod tidy or go get {url}

Development Dependencies

About

Learning Go by making a game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages