Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infiland/openas
Athletic Simulator Goes Open Source!
https://github.com/infiland/openas
Last synced: 24 days ago
JSON representation
Athletic Simulator Goes Open Source!
- Host: GitHub
- URL: https://github.com/infiland/openas
- Owner: Infiland
- License: gpl-3.0
- Created: 2023-08-30T13:44:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T10:36:17.000Z (7 months ago)
- Last Synced: 2024-11-03T19:42:08.478Z (2 months ago)
- Language: Game Maker Language
- Size: 77.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Athletic Simulator
Athletic Simulator is a game made in two weeks in a small highschool competition
It is very buggy, very bad code, so I decided to open source it, I will just maintain code to work on the recent engine.# How to Compile, Test and Develop Athletic Simulator:
Note: While other IDE's are possible to use, developing AS is preferable using the GameMaker IDE.
Here are basic instructions on how to successfully run the game1. Download the latest version of GameMaker (2024.6)
Official Site: https://gamemaker.io/en
Steam: https://store.steampowered.com/app/1670460/GameMaker/
3. Clone this repository https://github.com/Infiland/OpenAS
4. Open the project in GameMaker from where you cloned it.
5. Click 'Run' or press F5 in GameMaker to test the gameYou can also do live debugging in GameMaker (F6), read more here: https://gamemaker.io/en/tutorials/debugger
# How to make changes in AS
1. Make your local branch so that no conflicts happen
2. Make a change and commit
3. Do a pull request