aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2014-05-14 20:25:49 +0200
committerpiernov <piernov@piernov.org>2014-05-14 20:25:49 +0200
commit12ba7de4216a435acd7958820588c27e76b150e4 (patch)
tree9173da9e44a5d2913618d564a63e9aae03d10c52
parent609b2ffa3db4266dea53745da69d5943edb3c7c2 (diff)
downloadMastermind-12ba7de4216a435acd7958820588c27e76b150e4.tar.gz
Mastermind-12ba7de4216a435acd7958820588c27e76b150e4.tar.bz2
Mastermind-12ba7de4216a435acd7958820588c27e76b150e4.tar.xz
Mastermind-12ba7de4216a435acd7958820588c27e76b150e4.zip
Add README (thanks Fallstar) + INSTALLATION + Update TODO
-rw-r--r--INSTALLATION28
-rw-r--r--Projet ISN PE-ARTHUR.pngbin15638 -> 0 bytes
-rw-r--r--README9
-rw-r--r--TODO.odtbin77234 -> 55329 bytes
4 files changed, 37 insertions, 0 deletions
diff --git a/INSTALLATION b/INSTALLATION
new file mode 100644
index 0000000..8687808
--- /dev/null
+++ b/INSTALLATION
@@ -0,0 +1,28 @@
+To play BlueMind on GNU/Linux, Mac OS X or Microsoft Windows,
+you need at least LÖVE 0.9, which can be downloaded here:
+ https://love2d.org/
+
+If you're using the git repository you need first to do:
+ git submodule update --init
+to fetch dependencies.
+
+
+Android 4.1 or newer is required to run BlueMind since it uses Android NSD.
+
+To build an APK for Android, you'll need the Android's SDK and NDK.
+Then, clone the love-android-sdl2 repository with changes for BlueMind:
+ git clone -b bluemind https://bitbucket.org/piernov/love-android-sdl2/
+Create the assets directory:
+ mkdir love-android-sdl2/assets
+
+Then, got to BlueMind's directory and zip all the files to game.love:
+ zip -r game.love *
+And move it:
+ mv game.love ../love-android-sdl2/assets/
+
+Build natives libraries:
+ ndk-build
+And the APK itself:
+ ant debug
+To install it on your device (with ADB enabled) do:
+ ant debug install
diff --git a/Projet ISN PE-ARTHUR.png b/Projet ISN PE-ARTHUR.png
deleted file mode 100644
index 840f447..0000000
--- a/Projet ISN PE-ARTHUR.png
+++ /dev/null
Binary files differ
diff --git a/README b/README
new file mode 100644
index 0000000..09354a5
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+Dans le cadre du projet final d'ISN, piernov et Roildan sont fiers
+de vous présenter BlueMind. BlueMind est un "Mastermind™" jouable sur
+ordinateur et sous appareil Android.
+Dans le mode "solo", le joueur doit trouver la combinaison aléatoire
+créée par l'ordinateur, l'ordinateur donnant les indices permettant la
+résolution de l'énigme.
+Dans le mode "multijoueur", deux joueurs sont connectés en LAN et
+effectuent une course contre la montre de résolution de BlueMind avec
+leur adversaire.
diff --git a/TODO.odt b/TODO.odt
index 8fdf84c..8d2a101 100644
--- a/TODO.odt
+++ b/TODO.odt
Binary files differ