A game for CMP_SC 4610 final project, inspired by original Mario type platforming games. Built in Unity and C#
Here is a demo video: https://www.youtube.com/watch?v=mknZ_FgiwRY
To work on this game you should download Unity here
- Click 'get started' after you've opened the link.
- Click the tab for Individual and click 'get started' for a personal account. You shouldn't need to make a student account. Or, sign in if you already have an account
- Click 'start here' for First-Time users. Download and install the installer.
- You can make a new project and run trough the tutorial if you like.
Either use github the way you want, or follow these instructions for the desktop github app.
- Go download the desktop app for github and install it.
- Sign in with your account
- On the app, click clone repository, then URL.
- On this page, click the green clone or download button near the top right and copy the URL.
- Paste into the github app clone repository area, put it any folder you want I guess.
- You should now be able to start Unity and open the project.
- Note: there might be some issue that says something about an unsupported build target, just click "SwitchTarget". It might take a second then the project should be able to be loaded.
This will probably only work once you've been added as a collaborator, so make sure to do that. If you try to push changes when you're not a collaborator, it will probably ask if you want to make a fork, so in that case something is messed up.
--Royal