123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <!doctype html>
- <html>
- <head>
- <style>
- body{
- background: transparent;
- color: #eee;
- font-size: 18px;
- margin: 8px;
- padding: 0px;
- line-height:20px;
- font-family: arial;
- }
- h1{
- color: #fc0;
- font-size: 28px;
- text-align: center;
- }
- h2{
- color: #fc0;
- font-size: 24px;
- text-align: center;
- }
- div.awesome{
- color: #ccc;
- font-size: 14px;
- }
- a{
- color: #4ef;
- text-decoration: none;
- cursor: pointer;
- }
- a:hover{
- color: #0e0;
- }
- </style>
- </head>
- <body>
- <h1>Monkey2 v1.1.11</h1>
- <p>Welcome to monkey2, an open source, user friendly, cross platform programming language by Mark Sibly.
- <p>Some example programs can be found in the bananas directory.
- <p>Monkey2 is a crowd funded project. If you like what you see, please consider contributing to development by becoming a Patreon supporter: <a href="https://www.patreon.com/monkey2">https://www.patreon.com/monkey2</a>.
- <p>For monkey2 discussion and programming help, feel free to drop by the monkey2 forums: <a href="http://monkeycoder.co.nz/forums">http://monkeycoder.co.nz/forums</a>.
- <p>Please post any bug reports or feature requests to the monkey2 github repository: <a href="https://github.com/blitz-research/monkey2">https://github.com/blitz-research/monkey2</a>.
- <p>A big shout out to everyone who has contributed to Monkey2 to date, including...
- <div class="awesome">
- David Maziarka,
- Rene Damm,
- abakobo,
- James Boyd,
- Pharmhaus,
- Peter Rigby,
- Tony Smits,
- kmac,
- Alan Haugen,
- Kraut Apps,
- C.E.,
- Turgut Temucin,
- Boz,
- Mat Bowen,
- Phil7,
- starfruit,
- Jonathan Pittock,
- Lee Wade,
- Amon,
- Anatol Bogun,
- Nil,
- Erik Thon,
- Alan Purdom,
- Evgeniy Goroshkin,
- Ozed,
- Christian Leth Jeppesen,
- Jon Decker,
- Jean-Marc "JIHEM" QUÉRÉ,
- Leo Santos,
- Roger Lockerbie,
- Philippe Back,
- Matthew,
- Jesse M Perez,
- Hotcakes,
- neuro,
- Paul Apgar,
- Kirsty,
- Pierrou,
- Felipe Alfonso,
- Alan Broad,
- Darryl,
- Rajasekaran Senthil Kumaran,
- Jules Duquette,
- Jean-Luc Addams,
- Russell Palmer,
- Aroldo Carvalho,
- Arthur,
- Daniele Prandini,
- James Freeman,
- Jochen,
- Adam,
- Aaron Woodard,
- Afan Olovcic,
- MyQly,
- Osakimov,
- Dennis Rohn,
- Lucien Bulles,
- Javier,
- Richard Keam,
- RenK,
- Hezkore,
- Bill Murray,
- Mark,
- Richard Betson,
- Danilo,
- Robinson Taylor,
- Difference,
- Catalin Lucaciu,
- Lars Kristian Gretnes,
- Second Gear Games,
- Ole Jostein Røtne,
- York Burkhardt,
- Carl Read
- </div>
- </body>
- </html>
|