You will need to add two library files to enable keyboard input and audio functionality.
Right-click on the references and select “Manage NuGet Packages”.
Search for the following and install the packages.
- SharpDX.DirectInput
- NAudio
The Chomping Monster character is controlled with the arrow keys.
For the Audio, copy the Audio folder in the project to the Debug/Bin folder
To load the game type in netload and select the autochomp.dll in the Debug/Bin folder.
Then type autochomp on the command line, and click on the Start Game button.
Here is the source code.
https://github.com/Metaldust/AutoChomp