Skip to content

Little adventure implemented with Python+bearlibterminal backend

License

Notifications You must be signed in to change notification settings

akulakov/little_adventure2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little adventure

Little adventure is a turn based game with graphics / mechanics similar to games like Dwarf Fortress or Nethack.

The game is inspired by the world and story of an old game called Little Big Adventure.

Requirements

To play, first clone the repo, git clone git@github.com:akulakov/little_adventure2.git; then run python3 adv.py

Gameplay hints

  • In the beginning, try to attract the attention of the guard somehow!

  • Some hidden passages are so narrow that you have to sneak through them!

  • Once you get Gawley's horn, remember it can open Seals of Sendell which are sometimes hidden!

Commands

Move

h - move left

l - move right

k - move up

j - move down

H and L - run

Modes

n - normal
f - fighty
s - sneaky  (some passages are small so have to be sneaked through)

Other

? - HELP
space - action
u - use item
i - inventory
. - wait
m - magic ball (if you have it)


S - save game
o - load game
Q - quit

Window Size

-s arg can be used to adjust tile size and therefore window size Default is 24, so to make a smaller window, you can run, e.g.:

python3 adv.py -s18

About

Little adventure implemented with Python+bearlibterminal backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages