An RPG Maker-style video game with multiplayer capabilities.
Go to file
2024-07-10 17:52:03 +03:00
pbclient Add schema for chat log. 2023-12-09 11:59:05 +02:00
pbeditor Fix view movement problems. 2023-09-23 12:40:01 +03:00
pbengine Add schema for chat log. 2023-12-09 11:59:05 +02:00
pbserverd Rewrite server backend. 2024-04-13 11:57:42 +03:00
.gitignore Remove unnecessary Windows.h. 2023-02-12 15:05:25 +02:00
CMakeLists.txt Split the classes into separate files. 2022-10-21 18:33:24 +03:00
LICENSE.md Change year to 2023 2023-01-09 19:21:43 +02:00
plan.txt Add a game plan. 2024-07-10 17:52:03 +03:00
README.md Write a basic description in README.md. 2024-06-08 22:52:28 +03:00

Pixelbuild

What is Pixelbuild?

Pixelbuild is a Free and Open Source (FOSS) suite of tools to help create your next video game. Modelled after the acclaimed RPG Maker, it strives to create a free and easy-to-use tool for game development.

How is Pixelbuild Made?

Pixelbuild is comprised of several tools:

  • The Pixelbuild Client (pbclient) is the client side and offers the player a multitude of experinces he could choose from.
  • The Pixelbuild Engine (pbengine) is a detachable part of the suite comprising a simple rendering engine written in C++.
  • The Pixelbuild Server Daemon (pbserverd) is the server side and can run several games on one instance simulateneously.
  • The Pixelbuild Editor (pbeditor) is where the developer can edit their own games, using the programming language of choice, with Python by default.

Learn More

You can read the story behind Pixelbuild here.