tpenguinltg / losemine-legacy

A WinMine clone written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Losemine" (legacy version)

A WinMine clone written in Java.

This was my submission for the final project for an introductory course in Java in 2012. Other than anonymizing the files, changing the package name, making it work as a JAR, adding a Makefile and relicensing the project, the code is left essentially as I submitted it.

Building and running

To build the project, run

make

To run the project, copy the generated losemine-legacy.jar file somewhere (it will create two files in that directory) and run it with

cd path/to/losemine-legacy.jar
java -jar losemine-legacy.jar

License

The code is distributed under the Apache License version 2.
The graphics and sounds are taken from the Windows XP version of Minesweeper and are copyright of Microsoft.

About

A WinMine clone written in Java

License:Apache License 2.0


Languages

Language:Java 97.0%Language:HTML 2.6%Language:Makefile 0.4%