Skip to content

Panzerschrek/FREG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/** \mainpage About

FREG is a free-roaming elementary game.
Inspired by Minecraft and Angband.
This is a version of FREG with text graphics.

Development stage: implementing basics.

Language: C++, Qt

Non-standard libraries: libncurses5

Compile:
qmake freg-nox.pro;
make;

(do not forget include -lncurses in Makefile)

Or open freg-nox with QtCreator.

Development is run on GNU/Linux, but on MS Windows should work too with PDCurses ( http://pdcurses.sourceforge.net/ ).

Now only singleplayer is developed, multiplayer is planned.

Copyright (C) 2013 Alexander Kromm (mmaulwurff@gmail.com) and Artjom Kunz.

Source code is available at GitHub: https://github.com/mmaulwurff/FREG

FREG is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

FREG is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with FREG. If not, see <http://www.gnu.org/licenses/>.

*/

About

Free Roaming Elementary Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.3%
  • C 31.4%
  • Prolog 0.3%