Manic Miner on Linux

I was reminded about how much time I had spent as a kid playing Manic Miner on an Amstrad 464 and decided to give it a try on my current desktop (Linux Mint) so for future reference…

I grabbed the code created by here:

git clone https://github.com/lkundrak/manicminer.git

Installed a few dependencies:

apt-get install libx11-dev libxext-dev

Run the make file:

make

Run the program:

./manic

So to get it working system-wide:

sudo cp ./manic /usr/local/bin/manic

 

A desktop startup file would be handy:

[Desktop Entry]
Type=Application
Name=Manic Miner
GenericName=Retro Platform Game
Icon=manicminer.png
Exec=manic
Terminal=false
Categories=Game
Keywords=platform,retro

 

 

 

 

 

 

 

Leave a Reply

  • (will not be published)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>