Skip to content

Maurits825/osrs-damage-sim-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,162 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checks Checks

Osrs Damage Sim Go

Damage simulator for OSRS written in Go with a angular web app frontend.

Start

Environment Setup

Go

  • navigate to osrs-damage-sim/backend/osrs-dmg-sim
  • go install github.com/air-verse/air@latest
  • go get .
  • air

Test

  • Run all unit tests go test -v ./...
  • Run all benchmark tests go test -v ./... -bench . -run=xxx
  • Run benchmark with profiling go test -bench . -cpuprofile='cpu.prof' -memprofile='mem.prof' -benchmem

Angular Frontend

  • navigate to osrs-damage-sim/frontend/osrs-damage-sim
  • install dependencies npm install
  • start web app npm start

About

OSRS damage simulator written in Go with an Angular web app frontend.

Topics

Resources

Stars

Watchers

Forks