Skip to content

nikhil-RGB/Ace-of-the-Grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ace-of-the-Grid

[The code in this repository is that of the title menu and colour selection menu, along with the basic skeleton for the board]
Nascent idea for a custom board game, designed in JAVA.
Built off of chain reaction, this custom version of chain reaction adds in new elements called "Aces".
In addition to the normal rules of chain reaction, Aces add a new sort of interaction to the board- there are 4 kinds of aces, each of them adds a
little something to the board's interaction scheme, if it is involved in a reaction:
(Activation here, refers to a Ace being involved in a chain reaction).
Ace of Flames:
flame1
A destructive ace, destroys adjacent cells if it is activated.
Ace of Frost:
ace_of_frost


A destructive ace, destroys adjacent critical mass cells, if activated.
Ace of betrayal:

betrayal_ace


This Ace switches the colour of the reaction to the next player's colour.
Ace of Rage:

rage


Constructive Ace, doubles the number of cells which come out of a explosive reaction.
The specefic implementations are still being worked on, and this project is heavy is development.
Screenshots of current work:
Selection menu:

sample-for-app


Basic board structure/skeleton(without special effects, beautifying, or styling for components):

board-skeleton

How to test this project:

Currently, this project is heavy in development, but the basic skeleton of the board and the menu selection GUI can be tested.

  • Download all the source code, and ensure your system can run .java files with a main(String[] args) method.
  • To Test The Main Game Board Skeleton, run the main method of the AceBoard.java class in the src/main package.
  • To Test try out the selection menu, run the main method of the AceOfTheGrid.java class in the src/main package.

About

Nascent idea for a custom board game, designed in JAVA

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages