Skip to content

Shrutiloya/CodeSpanners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 

Repository files navigation

Game Name : Age of Spartans

A game designed with a intent of making the process of learning Computer Science concepts fun.

Concept to be taught

A minimum spanning tree (MST) or minimum weight spanning tree is a subset of the edges of a connected, edge-weighted undirected graph that connects all the vertices together, without any cycles and with the minimum possible total edge weight. That is, it is a spanning tree whose sum of edge weights is as small as possible

Design

The Design of our game:

  1. A Galaxy of Planets is shown which represents an edge-weighted undirected graph
  2. A Home planet is the starting point / root node of the graph.
  3. An alien represents the validity of a connected neighbour.
  4. Asteroids will represent the weight of the edge between two planets.
  5. Rocket will represent that the planet has been traversed.

Running the game

  • Start the greenfoot client and click on run.
  • The game requires that a server to be running as the score will posted and the ranking will fetched.

Docker

Use the script ./docker.sh to make use of docker commands. Accounts required:

  • AWS Account
  • Docker Hub account
  • Docker Cloud account
  • Docker toolbox

##Steps followed to dockerize the server:

  1. Make an image of the local server using docker build command.
  2. Spun a docker container and test the server on local using docker run command.
  3. Push the image on docker hub.
  4. Spun a container on docker cloud using the infrastructure provided by aws and image of game server present on docker hub.

About

Age of Spartans - a game designed to learn Minimum spanning tree concept (Java, Design patterns, MongoDB, Restlet, Docker)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%