Skip to content

rrahir/PentagonBullets2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pentagon Bullets 2

Dev

First terminal:

sbt
~server/reStart

Second terminal:

sbt
~frontend/fastLinkJS

Third terminal:

cd frontend
npm i  # only once
npx snowpack dev

A browser will open at localhost:8080. Open a second one to test.

Build for prod

sbt buildApplication

Run with

java -Dconfig.resource=prod.conf -jar server/target/scala-3.1.0/server-assembly-0.1.0-SNAPSHOT.jar

Go to localhost:9000 in two different browsers...

About

Multi-player 2D battle arena

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 86.8%
  • JavaScript 13.0%
  • HTML 0.2%