Monkey2 BASIC programming language for 2d/3d game development

#compiler #gamedev #language #framework #basic #BASIC #monkey

Mark Sibly c1145fea9b Fixed bullet collision callback - my bad. 7 years ago
bananas cfedd550a1 Added assetstest banana. 7 years ago
bin bea5c322b7 Added -bigobj option for msvc builds. 8 years ago
devtools 85377cb317 Updated binariesand scripts. 9 years ago
docs 8ca77d2340 Updated docs to Diffrenzy's new docs - very nice! 8 years ago
modules c1145fea9b Fixed bullet collision callback - my bad. 7 years ago
products 68437a05a4 Tweaked android studio project - fixed deprecated warnings etc. 7 years ago
scripts 308536eb5f fixed updatemods.sh 7 years ago
src ae12fc9c72 Updated createrelease. 7 years ago
.gitignore 81e82a0c11 Updated .gitignore. 8 years ago
ABOUT.HTML cf93628d51 Updated versions. 7 years ago
LICENSE.TXT 86e13ec3ba Updated binaries. 9 years ago
README.TXT 394f0d4dd6 Update README.TXT 8 years ago
VERSIONS.TXT 160da78874 Updated VERSIONS.TXT 7 years ago
ducks-scene.mojo3d a37b2f50b9 Jsonifier fixes. 7 years ago
hingechain-scene.mojo3d 195d34ee8a Joint connected pivot/axis etc now calculated automatically based on initial connected body matrix. 7 years ago
jointchain-scene.mojo3d 195d34ee8a Joint connected pivot/axis etc now calculated automatically based on initial connected body matrix. 7 years ago
shapes-scene.mojo3d d58a250238 mojo3d jsonifier and envmap fixes. 7 years ago
spotlight-scene.mojo3d 7125c7f8ec Mojo3d jsonifier tweaks. 7 years ago
sprites-scene.mojo3d 7125c7f8ec Mojo3d jsonifier tweaks. 7 years ago
test-scene.mojo3d d58a250238 mojo3d jsonifier and envmap fixes. 7 years ago

README.TXT


***** Welcome to Monkey2! *****

If you are reading this on github, please note there are prebuilt versions of monkey2 (with complete source code) available from https://blitzresearch.itch.io/monkey2.


***** Building monkey2 on Windows *****

1) Unless you are using one of the prebuilt releases, you will need to install the mingw-64 compiler. There is a self-extracting archive of mingw-64 that has been tested with monkey2 here:

http://monkeycoder.co.nz/get-file?file=i686-6.2.0-posix-dwarf-rt_v5-rev1.exe

If you install this to the monkey2 'devtools' directory, the following steps should 'just work' (ha!).

2) Open a command prompt and change to the 'monkey2\scripts' directory.

3) Enter 'rebuildall2go' and hit return. Wait...

4) If all went well, you should end up with a 'Monkey2 (Windows)' exe in the monkey2 directory. Run this to launch the Ted2go IDE.

5) You should now be able to build and run monkey2 apps. There are some samples apps in the monkey2/bananas directory.


***** Building monkey2 on MacOS/Linux *****

1) On MacoS, install the xcode command line tools. You can do this by entering 'xcode-select --install' in a shell.

2) Open a shell and change to the 'monkey2/scripts' directory.

3) Enter './rebuildall2go.sh' and hit return. Wait...

4) If all went well, you should end up with a 'Monkey2 (...)' app in the monkey2 directory. Run this to launch the Ted2go IDE.

5) You should now be able to build and run monkey2 apps. There are some samples apps in the monkey2/bananas directory.


***** More information *****

Monkey2 patreon page: https://www.patreon.com/monkey2

Monkey2 development blog: http://monkeycoder.co.nz/

Monkey2 itch.io page: https://blitzresearch.itch.io/monkey2

Monkey2 github page: https://github.com/blitz-research/monkey2

Ted2go github page: https://github.com/engor/Ted2Go