Skip to content
forked from pb82/zwei

Game engine for 2d action RPGs

Notifications You must be signed in to change notification settings

bl00dy1837/zwei

 
 

Repository files navigation

Zwei

Game engine for 2d action RPG style games. Work in progress, still very rough.

  • Layers, Sprites, Animations
  • Import Maps and Tilesets from Tiled
  • Items, Weapons and Inventory
  • Combat
  • Menu
  • Builds on Linux and MacOs
  • Save & Load
  • Scripting
  • Building on Windows
  • Docs

Screenshots

Gameplay Video

Gameplay

Menu

Building

macos

Install dependencies

brew install cmake

NOTE: All other dependencies are included in the repository

Build using cmake

cmake .
cmake --build .

Run it

./zwei

To clean and rebuild

rm CMakeCache.txt && rm -rf CMakeFiles/ && rm Makefile && rm cmake_install.cmake  && rm zwei
cmake .
cmake --build .

About

Game engine for 2d action RPGs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.9%
  • C++ 31.4%
  • Other 0.7%