Skip to content

pb82/zwei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e865dbe · Jul 21, 2022
Jul 21, 2022
Apr 20, 2020
Dec 27, 2021
Apr 20, 2020
Feb 23, 2021
Jan 15, 2022
Apr 20, 2020
Jan 12, 2021
May 2, 2021
Jul 21, 2022
Dec 27, 2021
May 29, 2022
Nov 6, 2021
Feb 18, 2022
Dec 27, 2021
Feb 27, 2021
Jan 31, 2021
Jun 7, 2022

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