-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathIncursion.txt
More file actions
62 lines (41 loc) · 1.83 KB
/
Incursion.txt
File metadata and controls
62 lines (41 loc) · 1.83 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
Incursion
---------
1. Introduction.
2. Support the development.
3. Project goals.
4. Source code.
5. Reporting problems.
6. FAQ.
Introduction
============
Incursion is a fantasy roguelike where you play as an adventurer in a dungeon.
Help is provided in-game, along with copious amounts of detail.
This version is a continuation of the open source release of 0.9.6H4,
which it should be noted is earlier than the last official binary release
of 0.6.9I. The missing differences are unknown.
Support the development
=======================
Want to support development? Want to encourage work on certain aspects?
You can donate money via: [Paypal](http://disinterest.org/donate.html)
You can donate bitcoin via: [16F6d1F82qrhXaR67NHczQbu4eUie7QJui](https://blockchain.info/address/16F6d1F82qrhXaR67NHczQbu4eUie7QJui)
Project goals
=============
To fix bugs and where the original intention is clear, implement missing
functionality.
This is a beta release of something you did not pay money for. Use it at your
own risk, and exercise your right to not use it if it makes you unhappy.
When the beta is sufficiently stable and complete, an alpha line 0.6.9Z
will be released. After a period of time, an official release will be
made of a 0.7 version.
Source code
===========
You can find the source code in a git repository hosted on bitbucket:
https://bitbucket.org/rmtew/incursion-roguelike/
Reporting problems
==================
Issues can be reported to the bitbucket issue tracker:
https://bitbucket.org/rmtew/incursion-roguelike/issues?status=new&status=open
Frequently asked questions
==========================
Q. When I press a movement key, it sends two keypresses?
A. Turn off numlock. You are using a keypad on a full keyboard. SDL2 does not support differentiating between number keypad presses, and number key presses.