Skip to content

balajic06/Portals_Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# CSE360-Team-24

Portals

Its an exciting dice game which is played between 2 or more players having numbered gridded squares. The number "portals" and "bounty Tile" are displayed on the checkered board. The objective of the game is for each player to navigate all their "pawns", according to the die roll from the start(bottom square) to the finish(top square) helped or hindered by the portals.

Trello link

- https://trello.com/b/o6AiO1BM/cse360-team-24

Dependency Installation:

libgdx library

- https://libgdx.badlogicgames.com/documentation.html 

This project requires installation of Gradle. The steps to install Gradle in Eclipse is explained below,

Installing Gradle

  • Open Eclipse, click Help -> Eclipse Marketplace
  • Type in ‘gradle’ in the find text box and click Search
  • Click Install from the search results for gradle

Importing the Project

  • Go to File -> Import -> Gradle -> Gradle Project
  • Click Browse and navigate to the root folder of your project, then click Build Model.
  • Select all the projects and click Finish.

Running the Project

  • Right click the desktop project, Run As -> Java Application.
  • Select DesktopLauncher.java

-or-

  • Right click DesktopLauncher.java from 'Portals-and-Timemachines-desktop' folder in package explorer, Run As -> Java Application.

Code files:

  • Game.java
  • GameBoard.java
  • GamePiece.java
  • DesktopLauncher.java

Team - 24 - Members:

  • Ashwin Murthy
  • Balaji Chandrasekaran
  • Christopher Lavoy
  • Naveen Kumar Subbiah
  • Sriram Poondi Chinappa

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%