Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 632 Bytes

somerset

A (soon-to-be) android version of the popular Some R Set game.

Game Instructions

Game instructions can be found here.

Source Code

The source code is broken up as follows:

  • game - Contains all code relating to game mechanics
  • handlers - Contains classes that hook into the game's callbacks
  • manager - Provides launchers, menus, and setup for the game
  • players - Contains all resources necessary for players of games
  • util - Any helper classes not specific to any of the above packages