Skip to content

freddn/Hunta2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

193 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunta v0.2

Build Status

Keys ingame

  • Inventory, i
  • Shoot, left mouse button (TODO)
  • Attack, space
  • Move, arrow keys

Keys debug/tools

  • Main Menu, 2
  • Leveleditor, 4
  • Back to game/save, 1
  • Change tile in editor, mousescroll
  • Place tile, left mouse button
  • Ingame lua prompt, enter (can use functions registered to lua such as playerAddHp)

Using

  • Lua 5.1
  • SDL2
  • GCC Version 4.9.2 (or other compilers that support C++11)

Requirements

On Debian-derived systems make sure you have build-essential installed.

Dependencies

liblua5.1-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev libfreetype6-dev

How to build on BSD/Linux

Either use the Code::Blocks project file or run make system, where system is one of the following:

  • linux
  • slackware
  • freebsd
  • dragonfly
  • openbsd
  • htests (linux)

How to build on Windows

Use the Code::Blocks project file. In Code::Blocks, change the build target to "Debug Windows" when compiling.

Runnning the game

Run ./hunta2 in the terminal. For fullscreen, run ./hunta2 f (not stable)

Running tests

Build using make htests and run ./test

About

Fantasy 2D Action-RPG in early stages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages