Skip to content

sukratkashyap/risk-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiskGame

This repo implements the Risk Board Game. It has GUI for interacting with the user. This was implemented as a part of our college assignment.

It also contains a AI bot which can be used to play with the user. NOTE: The AI is not attached to the RiskGame app.

Risk Game Screenshot

Requirements

To run the game you need

  1. Java JDK 1.8+
  2. Gradle 6.6.1

Build

gradle assemble

Tests

The test will play with one another until the end. (It takes a lot of time, avoid it!)

gradle build

Run

Run the game

gradle run
# or
gradle riskgame:run

Run the bot

gradle riskgamebot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages