An original RTS game with RPG elements, supporting Versions I, II, and III mechanics.
VibeCraft is built with original IP — all graphics and animations are our own. The game is written in Elixir and targets the Version III experience while also supporting Version I and II mechanics. We do not reference any third-party protected trademarks (e.g. "WarCraft") anywhere in the project.
- Elixir 1.15 or later
- SDL2 development libraries
- OpenGL 3.3+ (provided by your graphics driver)
- CMake 3.x and a C compiler (GCC or Clang)
Ubuntu / Debian:
sudo apt install libsdl2-dev cmake build-essentialmacOS (Homebrew):
brew install sdl2 cmakemix deps.get
mix compilemix run -e "VibeCraft.Demo.run()"Press Escape or close the window to exit.
See GDD.md for the full game design document.
See GAMEPLAY.md for a reference on races, units, buildings, and heroes.
See ROADMAP.md for the project plan, milestones, and technology notes.
See CONTRIBUTING.md for project guidelines.