Skip to content

Files

Latest commit

5c43c1c · Mar 11, 2014

History

History
15 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 273 Bytes

Darkfield

A simple roguelike prototype with Qt/C++.

Install

  1. run ./qmake -project
  2. add QT += core gui widgets to the generated project file .pro
  3. run ./qmake
  4. run ./make

Run

  1. go to the ./release -folder
  2. run the game