forked from movitto/nethack-encyclopedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
50 lines (38 loc) · 1.6 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Nethack Encylopedia for Android
Licensed under the MIT License
Copyright (C) 2011 Mo Morsi <[email protected]>
I. Learn
-------------------------------
This is a small compedium of knowlege meant to complement
the Nethack Android application and assist explorers of the
Mazes of Menace.
II. Install
-------------------------------
Just search for 'Nethack Encyclopedia' in the android
marketplace and install from there. Its free!
III. Build
-------------------------------
- For general Android SDK install instructions:
http://developer.android.com/sdk/installing.html
- This usually involves installing the Android Studio,
see the following for more info:
http://developer.android.com/sdk/index.html
- Next clone the Nethack Encyclopedia project with git
(you may have to install this beforehand)
git clone git://github.com/movitto/nethack-encyclopedia.git
- Import the Nethack Encyclopedia into Android Studio & run
- To retrieve the encyclopedia content, simply pop open a terminal and run:
$ ruby util/parser/parser.rb
IV. Contribute
-------------------------------
There are many tasks in the TODO document left TBD. Some are big,
some are small. Feel free to implement and then email me a patch
at [email protected] (preferibly generating it with 'git am' and sending
it via 'git send-email').
All patch contributes agree to license their changes under the MIT
license. I will periodically push updates to the Nethack Encyclopedia app
on the Android Marketplace with these updates.
V. Contributors
-------------------------------
Mo Morsi - [email protected] - http://mo.morsi.org
Us3rn4m3 - https://github.com/Us3rn4m3