Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

LEAP_Legends

Hex-based two-player game of strategy for Android

LEAP Legends

Acknowledgments

This project is the result of collaboration with Drew Pellitieri, Max Li, Josh Joseph, and Apurv Guarav

How to view my work:

My contribution is the game code, including all sprite presentation, user interaction, turn structure and game mechanics.

Navigate to LEAP_Legends/Eclipse_Project/src/com/JAAAM/ to see my code.

  1. .../drawing/Model.java
  • Establishes the game environment.
  1. .../drawing/GameImage.java
  • Instantiates the game model and presents the game on the screen.
  1. .../pieces/*.java
  • Encode all game objects and dictate their roles in the game.

How to view Collaborators' work:

Navigate to LEAP_Legends/Eclipse_Project/src/com/JAAAM/Hex_v07

  1. .../*.java
  • Encode the Android menu and wrapper environment around the game itself

Thanks for your interest. Please contact me if you have any suggestions or find interesting application for this project.

--Adin