Skip to content

alexdavis-bf-toys/hansolo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Controls
========

* Numpad to move around
* f to fire your weapon - then move the cursor around to choose a taret and hit f again
* i to view your inventory - hit space (or any key) to dismiss it
* o to open/close doors - hit o then a direction to select the target door
* > to go to the next level (when standing on the stairs)
* q to quit


Requirements
============

g++
---
In ubuntu: `sudo aptitude install g++'


Ncurses development files
-------------------------
In ubuntu: `sudo aptitude install ncurses-dev'


Compiling
=========

`mkdir build`
`cd build`
`cmake ../src`
`make`

Running
=======

To run the tutorial map:
`./hansolo ../tutorial_map`

To run the standard maps:
`./hansolo ../maps`

Releases

No releases published

Packages

No packages published