Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
GitHub Action edited this page Jan 7, 2024 · 7 revisions

Bloodmage Engine

90s style 3D game engine built in Go using SDL2

Test AGPL-3.0 license

This project is still under construction!

Create your own project

Build tool

Yab Project

  • Install dependencies: yab install
  • Run: yab run
  • Start Editor yab edit -- [level path]
  • Package for deployment: yab pack

Dependencies

License

Bloodmage Engine - Retro first person game engine Copyright (C) 2024 Frank Mayer

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

This program 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 Affero General Public License for more details.

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

Clone this wiki locally