Skip to content

onorton/cowboysindians

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cowboys and Indians

A Wild West roguelike written in Go.

You can:

  • Fight bandits
  • Collect bounties on criminal scum
  • Trade with merchants
  • Survive in the Old West
  • Pickpocket unsuspecting victims
  • Find and kill the person who left you for dead

Running the game

Just download the latest release, here and run the executable.

Alternatively, you can build from source if you have go version 1.10.3 or above by running go build cowboysindians.go.

Controls

  • - Navigation in 4 cardinal directions. Also used if an action requires a direction e.g. opening a door
  • Num pad keys 1-9 - Navigation in 8 cardinal directions. Also used if an action requires a direction e.g. opening a door
  • a - Apply/use an item
  • b - Buy item (in trading screen)
  • o - Open door
  • c - Close door, claim bounty (in bounties screen)
  • C - Crouch/stand up
  • Ctrl+c - Talk to an adjacent npc
  • d - Drop item
  • e - Eat or drink item
  • i - Toggle inventory
  • l - Load weapon
  • m - Mount adjacent horse.
  • p - Pickpocket adjacent npcs. If in pickpocket screen, take item
  • P - In pickpocket screen, place item in npcs inventory
  • r - Read items on the ground (e.g. signposts) or in inventory
  • s - Sell item (in trading screen)
  • t - Ranged attack e.g. firing a gun, shooting a bow
  • w - Wield item
  • W - Wear armour
  • , - Pickup items underneath you
  • Space - Print next message
  • Enter - Cancel an action
  • Esc - Exit from the game