Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/11belowstudio/muffin-mania
A game about eating muffins.
https://github.com/11belowstudio/muffin-mania
Last synced: about 6 hours ago
JSON representation
A game about eating muffins.
- Host: GitHub
- URL: https://github.com/11belowstudio/muffin-mania
- Owner: 11BelowStudio
- License: mit
- Created: 2020-08-31T16:59:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T18:23:00.000Z (over 4 years ago)
- Last Synced: 2024-11-11T06:39:40.376Z (about 2 months ago)
- Language: Java
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Muffin Mania
A game about eating muffins.Made for no particular reason by 11BelowStudio
## LINKS
Github repo: https://github.com/11BelowStudio/Muffin-Mania
itch.io page: https://11belowstudio.itch.io/muffin-mania
## SYSTEM REQUIREMENTS
* Hardware
* Keyboard
* Mouse (optional)
* Speakers (optional)
* Monitor (optional)
* Software
* You need Java 8 (or later) installed on your system
## HOW TO PLAY
* Throw muffins at the CupcakeBots sent by the Cupcake Cult, to defend your Muffin Machine!
* Eat muffins to score points!
* You can only hold 10 muffins at a time
* But don't worry, your Muffin Machine will refill your supply over time
* If a CupcakeBot reaches your Muffin Machine, that's game over!
* Move yourself with the arrow keys to get into a position to defend yourself, or to tuck in to a nice muffin
* Press your spacebar to use your muffins
### CONTROLS
* Spacebar
* Skip intro/credits/scoreboard text
* Start game
* Eat/throw muffin
* Arrow keys
* Movement
* Mouse
* Select options in the main menu
### SUPER HELPFUL INFORMATIVE TIPS
* You only score points by eating muffins
* Yes, you need to defend your muffin machine, by throwing muffins at the attackers.
* But what's the point in having muffins if you can't eat them?
* You score more points if you eat multiple muffins in a row (without stopping to throw a muffin)
* Your muffin supply will gradually refill over time if you have less than 10 muffins on hand
* But don't let yourself get caught short, unable to defend yourself!
## RUNNING THE GAME
* Ensure you have Java installed on your system
* Download the 'Muffin Mania.zip' folder
* Extract the 'Muffin_Mania' folder from that folder
* Open the extracted 'Muffin_Mania' folder
* Click on 'Muffin Mania.exe'/'Muffin Mania.jar'
* Don't touch the 'resources' subfolder
* congrats you are now running the game## CREDITS
* DESIGN
* Designed by 11BelowStudio
* Partially inspired by asdfmovie5 (TomSka, 2012)
* VISUALS
* Visuals by 11BelowStudio
* Produced using Paint.NET
* CupcakeBot sprite inspired by the cupcake from FNAF (Scott Cawthon, 2014)
* AUDIO
* Audio by 11BelowStudio
* Produced using Audacity
* PROGRAMMING
* Programmed by 11BelowStudio
* Written in vanilla Java 8
* Built from some sample code provided by Dr. Dimitri Ognibene
* Code to include the images in the .jar was by JB Nizet on StackOverflow (https://stackoverflow.com/a/8362018)
* Code to include some text in the .jar was by Drew MacInnis on StackOverflow (https://stackoverflow.com/a/20389418)
* Wrapped as an .exe using Launch4j