-
Notifications
You must be signed in to change notification settings - Fork 0
Helpful Hints
Millie Macdonald edited this page Jan 18, 2017
·
1 revision
#Useful Links
#JavaFX Permissions Errors
If you're getting JavaFX permissions errors try:
- In eclipse go to Project -> Properties -> Java Build Path -> Libraries
- scroll all the way down the bottom of the big list to find JRE System Library
- hit the arrow next to that to expand it, click Access Rules, Edit, Add
- change Resolution to Accessible and set Rule Pattern to */
- Hit OK, OK, Apply, OK
#Merging Your Branch into Master
There's some commit steps missing here, but generally:
- Pull both master and your branch
- Merge (local) master into your branch
- Fix any conflicts that occur.
- Build, test, run, test functionality (in game)
- Merge your branch into master
- Swap your workspace over to master branch
- Pull master again
- If there were any conflicts -- fix them
- Build, test, run, test functionality (in game)
- Commit
- Push
#Branches and Stashing https://youtu.be/ADv5kJuPuzQ
Saving and Loading
Statistics tracking
- Statistics Tracking Overview
- Statistics Tracking
- User Statistics
- Champion Statistics
- Common Statistics
Game Play
APIs
- Section One: Pyramid Scheme Beginner's Guide
- Section Two: Getting Started
- Section Three: The Pyramid
- Section Four: Game Layout Explanation
- Section Five: Cards
- Section Six: Champions
- Section Seven: DuckDust
- Section: Eight: How to play Pyramid Scheme
- Section Nine: Ways to play
- Section Ten: Deck Building
- Section Eleven: How to Acquire Cards
- Section Twelve: Achievements
- Section Thirteen: Accessories
Other Guides
Design Guides
Overviews
- Architecture Overview
- UI Overview
- Main Menu Screen Overview
- Standardised Screen Graphics
- Overview of Graphics
Features
- Story Mode
- Cutscenes
- Beginners Guide Tutorial
- Clock
- Deckbuilding
- Card Deck Gallery
- Champion Roster
- Market Place
- Card Packs
- Game Settings
- Tool-tips
Animations
Splash Screen & Create Account Screen
Player Account Settings
AI
Duck Dust
Brainstorming
- Brainstorming - General
- Brainstorming - UI
- Brainstorming - Mechanics
- Brainstorming - Pyramid Design Discussion
- Brainstorming - Champions, Abilities and Design Mock-up
- Brainstorming - Achievement
Future Development