Skip to content

senpAi95/TicTac-Drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTac Drop

This code, based on Dropwizard, requires maven and Java 1.8.

Compile

mvn clean verify

Run Service

java -jar target/tictac-drop-1.0-SNAPSHOT.jar server src/main/resources/local.yml

Test service manually

 curl --header "Content-type: Application/json" -X POST https://localhost:8080/drop_token -d'{ "players":["p1", "p2"], "rows":4, "columns":4}'

Database setup

  1. Download mongoDb from https://www.mongodb.com/try/download/community
  2. Create database droptoken
    1. Create Collections game, moves, players, status.
  3. Have fun.

images

Game Screenshots can be seen here

wiki

Design decisions and requirements are documented here

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages