Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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