| File | Date | Author | Commit |
|---|---|---|---|
| src | 2025-03-22 |
|
[bfd8f9] some bugs fix |
| .gitignore | 2024-10-25 |
|
[337483] Update .gitignore, Makefile, and gb.cpp |
| LICENSE | 2024-02-21 |
|
[ab68f3] Initial commit |
| Makefile | 2025-03-22 |
|
[bfd8f9] some bugs fix |
| README.md | 2025-03-22 |
|
[bfd8f9] some bugs fix |
Map and logic editor.
Create game without programming, but optional you always can replace core engine (source code included).
git clone git@github.com:wxWidgets/wxWidgets.git
cd wxWidgets
./configure --enable-debug --enable-debug_info --enable-catch_segvs --enable-debugreport --enable-exceptions --disable-optimise --enable-log --enable-any --enable-cmdline --enable-aui --enable-propgrid --enable-stc --enable-loggui --enable-logwin --enable-logdialog --enable-artstd --enable-notebook
make -j4
cd ..
download last edition from https://www.python.org/downloads/source/ and unpack
cd Python-3.X.X
./configure
make -j4
cd ..
git clone git@github.com:usermicrodevices/game_builder.git
cd game_builder
make -j4