Commit Graph

865 Commits

Author SHA1 Message Date
Michael Townsend 98719ccf0c Merge pull request #13 from Zarkonnen/master
Max/zero buttons
2013-07-04 07:50:07 -07:00
Michael Townsend 6a7df4d17c Fixed non-combat meat eating 2013-07-04 07:28:19 -07:00
Zarkonnen 6d99cb7c3a Added max/zero buttons to worker assignment and expedition supply packing to prevent eg having to click 50x to fill food supplies. 2013-07-04 16:15:29 +02:00
Michael Townsend cab220a5ac Merge pull request #10 from dmnd/master
Add an 'eat meat' button to the loot screen
2013-07-04 06:59:09 -07:00
Michael Townsend 242ef7f0b9 Merge pull request #7 from Cogito/moveInterface
Improve movement interface to allow click events
2013-07-04 06:55:50 -07:00
Michael Townsend 8743b16e09 Merge pull request #9 from Starefossen/patch-2
Adds link to play game online
2013-07-04 06:51:26 -07:00
Desmond Brand a86c61aaf0 Add an 'eat meat' button to the loot screen
When I played this, I would often madly try to click the 'eat meat' button
after I won a fight, only to have the 'leave' button appear in its place,
causing me to lose my chance at both healing and looting.

This patch adds an 'eat meat' button to the loot screen to avoid this UI
problem.
2013-07-04 02:56:54 -07:00
Hans Kristian Flaatten 2c8e410eab Adds link to play game online 2013-07-04 11:17:04 +02:00
Andrew Ardill 6fb7f248f7 world.js: Trigger movement with clicks on the map
Clicking on the map in different quadrants will move you in that direction.
Clicks are measured relative to the centre of the current location centre of
the map. Click above the player to move up, click below to move down etc.

This should enable better gameplay on touch devices.
2013-07-04 16:13:30 +10:00
Andrew Ardill d0a171e95b world.js: Refactor move commands out of keyDown
In order to better handle move commands, refactor them out of the keyDown
event handler. This will enable using other input methods to trigger a move
command, such as mouse clicks or touch events.
2013-07-04 14:49:21 +10:00
Michael Townsend 9327358008 Merge pull request #1 from daturkel/patch-1
Added a note to mobileWarning about arrow keys
2013-07-03 10:46:45 -07:00
Dan Turkel a37bb40c81 Added a note to mobileWarning about arrow keys
An HN commenter noted that he ignored the mobilewarning and tried the game and found it worked. That is, until he got to the Embark stage and found himself arrow key-less. This warning is slightly more verbose to avoid similar situations.
2013-07-03 13:44:45 -04:00
Michael Townsend 19abccfcc4 Adding ADR to Github 1.2 2013-07-03 07:56:13 -07:00
Michael Townsend 9616c79816 Create LICENSE.md 2013-07-03 10:38:16 -04:00
Michael Townsend 2bb3dfb9fb Create README.md 2013-07-03 10:32:07 -04:00