diff --git a/.gitignore b/.gitignore index e9abb02b5..7f72f0bf9 100644 --- a/.gitignore +++ b/.gitignore @@ -167,7 +167,6 @@ pip-log.txt ############# log* -*.ttf .checkstyle *.class .idea/ diff --git a/README.md b/README.md deleted file mode 100644 index 48d20a1b2..000000000 --- a/README.md +++ /dev/null @@ -1,26 +0,0 @@ -Invaders -= -[Space Invaders](http://en.wikipedia.org/wiki/Space_Invaders) clone, written in Java. - -###Screenshots -![](http://i.minus.com/ijt8HhaA8laZq.png) - -###Download -[Dropbox](https://dl.dropboxusercontent.com/u/23829102/invaders.zip) - -Mirror: [Mediafire](http://www.mediafire.com/download/kwv9s90j9i1o4kc/invaders.zip) - -###Installation -After downloading the file above, unpack it and save it to an appropiate location. - -Open the directory and double-click invaders.jar. In some systems (i.e. Ubuntu) you may need to select 'Open with OpenJDK 7 Runtime' or similar from the context menu. - -If the Java path is not set correctly, you can also navigate to the directory from the command line and execute - ->java -jar invaders.jar - -###System Requirements -Requires Java 7 or better. - -###Resources -[Space Invaders Regular (font)](http://www.fonts2u.com/space-invaders-regular.font) - © kylemaoin 2010 \ No newline at end of file diff --git a/pom.xml b/pom.xml index f4aa8ca99..59dd58c35 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,8 @@ - 17 - 17 + 11 + 11 \ No newline at end of file diff --git a/src/main/resources/font.ttf b/src/main/resources/font.ttf new file mode 100644 index 000000000..4730e4458 Binary files /dev/null and b/src/main/resources/font.ttf differ