Skip to content

sjsinju/mengde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

265 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Build

Required Tools and Packages

  • CMake
  • SDL2
  • SDL2 TTF
  • Lua 5.2

macOS

$ brew install sdl2 sdl2_ttf lua
$ ./build.py
$ build/Darwin.x86_64/game/game

Ubuntu

$ apt-get install lbsdl2-dev libsdl2-ttf-dev liblua5.2-dev
$ ./build.py
$ build/Linux.x86_64/game/game

Windows

TBD

Source

cmake scripts below are from here

  • FindSDL2.cmake
  • FindSDL2_image.cmake
  • FindSDL2_ttf.cmake

And this is from here

About

A turn-based RPG game engine inspired by 三國志曹操傳.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.1%
  • CMake 5.0%
  • Other 0.9%