Demo game shown at club fair and training project
Feel free to direct friends to http://goo.gl/forms/0fWkKt7Oiv if they want to join
- Programming
- Note, the internet is ALWAYS your friend
- Read these links: link 1 link 2 link 3
- Read through the commented code to get an understanding of what's going on
Make powerups able to be picked up- Add your own unique powerup to the game - please be sane
- Enter name here
Schwo0ps- Patrick
- Nikhil
- James
- Update method has a TON of stuff -> put more things into methods
- Art
- Note, always use vector graphics - a good app is Inkscape
- Create some original icon for harker game dev
- Replace background in game with something cool
- Music
- Add background music
- Make sound effects
- Admin
- Begin discussion of "The Game" project
- Add merge instructions
Comment initial codeFix Mac + Windows Game1.cs syncing
- Control-click the ClubFairMac project and select "Set As Startup Project"
- Clicking the run button as usual should now work
TODO - write this
- everything after 'namespace ClubFair' needs to be copied into the Game1.cs in the ClubFairMac project. A solution to avoid this is being considered.
Email [email protected] with github username for push access
Note: instructions are for terminal. Use your IDE or some GUI if you like it more
Clone to initially copy and set up the remote repository on your computer
git clone https://github.com/HarkerGameDev/ClubFair.git
cd ClubFair
Commit and push to put your changes to the remote repository (on github)
git add .
git commit -m "Enter a descriptive message of what you did here"
git push
Pull to update your local repository (files) from the remote repository (on github)
git pull
Pushing or pulling may not work if local changes are not synced up with remote changes, so merging must be done TODO: add merge instructions
Use a combination of git status
and output from other commands to see what went wrong
Go to the issues section on the repository and create an issue
Please do not delete anything already in the README. If you are ticking off a completed task,
surround it with ~~
, like ~~Add superpower~~
-> Add superpower
If none of the above are desireable, email [email protected]