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

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

Mark Sibly 6215f63921 Updated binaries. 9 years ago
bananas 5c045d8534 Playing with spacechimps... 9 years ago
bin 86e13ec3ba Updated binaries. 9 years ago
devtools 85377cb317 Updated binariesand scripts. 9 years ago
docs 05b5f17520 Updated docs. 9 years ago
modules a229afcc92 Added puts to libc. Woah... 9 years ago
products 67854403f7 Moved product templates. 9 years ago
scripts bb6568b364 Updated binaries. 9 years ago
src 770fd47d5f Added (and disabled!) mx2cc env peeker for ted2. 9 years ago
.gitignore bb6568b364 Updated binaries. 9 years ago
LICENSE.TXT 86e13ec3ba Updated binaries. 9 years ago
README.TXT 86e13ec3ba Updated binaries. 9 years ago
TODO.TXT 243eca9b2a Oops tweaks. 9 years ago
hello-world.monkey2 b99517abcc cleanups. 9 years ago

README.TXT



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

WARNING: The master branch is super-volatile. Grabbing the most recently tagged branch is recommended if you just want to monkey2 a try.


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

1) Install the mingw-64 compiler. Mingw-64 is available here:

https://sourceforge.net/projects/mingw-w64/

When installing, you should select 'i686' for 'architecture', 'posix' for 'threads' and 'dwarf' for 'exception'.

There is also a self-extracting archive of mingw-64 that has been tested with monkey2 here:

http://www.monkey-x.com/mak/devtools/i686-5.3.0-posix-dwarf-rt_v4-rev0.exe

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

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

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

4) If all went well, you should end up with a 'Monkey2 (Windows)' exe in the monkey2 directory.

5) You should now be able to build and run monkey2 apps. There is a simple 'hello-world.monkey2' test in the monkey2
directory, and some simple demos in the '/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 './rebuildall.sh' and hit return. Wait...

4) If all went well, you should end up with a 'Monkey2 (...)' app in the monkey2 directory.

5) You should now be able to build and run monkey2 apps. There is a simple 'hello-world.monkey2' test in the monkey2
directory, and some simple demos in the '/bananas' directory.


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

Monkey2 patreon page: https://www.patreon.com/monkey2?ty=h

Monkey2 development blog: http://monkey2.monkey-x.com/

Monkey2 development forums: http://monkey2.monkey-x.com/forums

Monkey2 xmas 2015 demo: http://monkey2.monkey-x.com/2015/12/23/xmas-demo-2015/