just learning go
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-08-26 22:09:18 -05:00
.zed 🔧 Add project level zed config 2024-08-26 09:08:46 -05:00
assets 🚧 Dynamic tilemaps 2024-08-25 14:08:42 -05:00
entities ️ Perf fixes 2024-08-25 19:09:48 -05:00
.gitignore 🍱 Add tiled project 2024-08-26 09:10:51 -05:00
camera.go ♻️ Minor refactoring 2024-08-26 22:09:18 -05:00
game.go ♻️ Minor refactoring 2024-08-26 22:09:18 -05:00
go.mod 🚧 Update module 2024-08-26 14:05:37 -05:00
go.sum 🎉 Init it to win it 2024-08-24 18:10:46 -05:00
main.go ♻️ Minor refactoring 2024-08-26 22:09:18 -05:00
README.md 📝 Update readme 2024-08-26 11:15:55 -05:00
rpgo.tiled-project 🍱 Add tiled project 2024-08-26 09:10:51 -05:00
tilemap.go 🚧 Dynamic tilemaps 2024-08-25 14:08:42 -05:00
tileset.go 🚧 Colliders 2024-08-25 15:15:47 -05:00

RPGo

Running the project

  1. Install Go if you haven't already (https://go.dev/doc/install)
  2. Clone the repository
  3. cd into the project root
  4. Run go mod tidy to install the dependencies
  5. Run go run .

Assets by pixel-boy