https://github.com/alexweininger/game-state
game state section of alexweininger/android-catan
https://github.com/alexweininger/game-state
android android-development app hacktoberfest java mobile-game object-oriented-programming
Last synced: 9 months ago
JSON representation
game state section of alexweininger/android-catan
- Host: GitHub
- URL: https://github.com/alexweininger/game-state
- Owner: alexweininger
- Created: 2018-10-02T22:21:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T19:35:31.000Z (about 7 years ago)
- Last Synced: 2024-10-18T06:16:31.453Z (about 1 year ago)
- Topics: android, android-development, app, hacktoberfest, java, mobile-game, object-oriented-programming
- Language: Java
- Homepage:
- Size: 1.3 MB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## game-state
### onClick UNASSIGNED
### layout Niraj
-Edit Text(Textbox) and Run Test(Button)
### implementing layout objects Niraj
-EditText
-Run Test button
### instance variables Andrew
Andrew
### instance variables that need classes Alex
- board
- robber
- location
- dice
- building
- city
- settlement
- road
- player
variables
- victory points
- resources
classes
- development cards
### constructor Andrew
### deep copy constructor for giving information to the player Niraj
### toString methods Daniel
### action methods Niraj
### click listener for the run test Daniel
### style/comment manager Niraj
### integration manager Alex