GitXplorerGitXplorer
a

Munchies

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
fa7df622f0afd22cec27a16919797958f14f756a

Version bump

aascott18 committed 4 years ago
Unverified
95cf7bd4e1a97df66f8406a345109152e3e32209

Adjust volume in our own mixer rather than adjusting the windows volume

aascott18 committed 4 years ago
Unverified
cf633938af265858af9cd9f6f36b4b89e9c096ba

Update readme

aascott18 committed 4 years ago
Unverified
669b257200e8a6f117d5c42d1b4ec516ac979cfd

Fix build, don't set audio on startup because it sets the entire system audio through wasapi.

aascott18 committed 4 years ago
Unverified
0e55d74442147b6ef93a448c6aa54f6f79b3e323

Change audio libraries, irrKlang was crashing very quickly under .NET 5

aascott18 committed 4 years ago
Unverified
b5e78fcb7e84557cc06a0ebae8d8eab1e21d4770

.NET 5 (WIP)

aascott18 committed 4 years ago

README

The README file for this repository.

Munchies

A re-creation of Michael Fan's 1996-2001 game, Munchies (Official Website)

Munchies was originally created by Michael Fan in 1996 for Apple Macintosh OS 7. Its final version 1.0.7, was released in 2001.

This re-creation, made in 2012 by me, Andrew Scott, was my first foray into "real" programming after working only with scripting languages for 3+ years. It is coded entirely in C# targeting Microsoft's .NET 4.0 framework, and uses all of the images and sounds from the original game.

The motivation behind this recreation came from my search for a productive project to complete over winter break. The favorite game from the childhood of my siblings and I was the perfect place to begin.

Mr. Fan has graciously given permission for me to make the source of this re-creation, including the resources, available. Under no circumstances may this work be used for commercial purposes or otherwise for profit.

Release

The latest release of this software may be found at https://github.com/ascott18/munchies/releases.

Development

The main development environment for this project is Visual Studio 2019 + .NET 5.

Build

The single-file binary is created with a simple dotnet publish.