Skip to content

midgarco/mk48

 
 

Repository files navigation

Mk48.io Game

Go

Logo

Mk48.io is an online multiplayer naval combat game, in which you take command of a ship and sail your way to victory. Watch out for torpedoes!

Developing

Client

  1. Install NodeJS 14 or higher
  2. Enter /client
  3. npm install
  4. make or npm run dev
  5. Navigate to http://localhost:3000

Server

  1. Install go1.16 or higher
  2. Enter /server
  3. make
  4. Profile with make pprof and optionally specify seconds=<number> and/or profile=heap

Contributing

See Contributing Wiki page.

Releases

No releases published

Packages

No packages published

Languages

  • Go 61.8%
  • Svelte 18.0%
  • PLSQL 8.2%
  • JavaScript 6.0%
  • HCL 5.1%
  • Makefile 0.6%
  • HTML 0.3%