| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- <!doctype html>
- <html>
- <head>
- <style>
- body{
- background: #222;
- color: #fff;
- font-size: 20px;
- margin: 8px;
- padding: 0px;
- }
- a{
- color: #ff0;
- text-decoration: none;
- }
- h1{
- font-size: 26px;
- text-align: center;
- }
- div.awesome{
- color: #0f0;
- }
- </style>
- </head>
- <body>
- <h1>Welcome to Monkey2!</h1>
- <p>Monkey2 is an open-source, user-friendly, cross-platform programming language designed primarily for game programming.
- <p>All documentation is currently hosted online at <a href="http://monkey2.monkey-x.com">monkey2.monkey-x.com</a>.
- <p>Several sample monkey2 apps can be found in the 'bananas' directory of the monkey2 release.
- <p>The monkey2 release includes a VERY simple IDE coded in pure monkey2 called 'Ted2'. Ted2 is not a fully fledged IDE (yet) but is intended to provide a 'works anywhere' IDE solution for using monkey2 on any platform you can get it building on.
- <p>Monkey2 is a crowd funded project. If you like what you see, please consider contributing to development either via paypal donation or by becoming a Patreon supporter.
- <p>So a HUGE shout out to everyone who has contributed to Monkey2 to date! Monkey2 would not have been possible without your generosity - thank you very much!
- <h2>Current Contributors</h2>
- <div class="awesome">
- Shane Raffa,
- Danilo,
- Blaine Hodge,
- Lucien Bulles,
- Daniel,
- Martin,
- Tony Smits,
- Peter Rigby,
- Jake Birkett,
- Pharmhaus,
- James Boyd,
- David Maziarka,
- starfruit,
- Stephen Greener,
- Jonathan Pittock,
- Aaron Woodard,
- Lee Wade,
- abakobo,
- York Burkhardt,
- Rene Damm,
- Capn Lee,
- Jesse M Perez,
- Matthew,
- neuro,
- Paul Apgar,
- Matthew Camerer,
- Difference,
- Kirsty,
- kmac,
- Richard Betson,
- Javier,
- Adam,
- Phil7,
- Erik Thon,
- Noel Cole,
- Ole Jostein Røtne,
- Patrik Strandell,
- Darryl,
- Lars Kristian Gretnes,
- C.E.,
- Roger Lockerbie,
- Philippe Back,
- Bill Stanbrook,
- Hotcakes,
- Christian Leth Jeppesen,
- Makarienkov Vladimir,
- Alan Broad,
- David,
- Christian,
- Leo Santos,
- Pierrou,
- Arthur,
- Richard McLoughlin,
- zui,
- Dennis Rohn,
- Daniele Prandini,
- Hezkore,
- Bill Murray,
- Felipe Alfonso,
- Annika Terrortante,
- Panayiotis Yianni,
- RenK,
- Zachary Cassity,
- Jules Duquette,
- Ian Martin,
- Richard Keam,
- James Freeman,
- Paul Huckstepp,
- Graham,
- Hubert BAYRE,
- Jochen Heizmann,
- Boz
- </div>
- <h3>All Contributors to date</h3>
- <div>
- Aroldo Carvalho,
- Mattias Hansson,
- Catalin Lucaciu,
- Jochen Heizmann,
- Boz,
- Zachary Cassity,
- Hubert BAYRE,
- Cory Estes,
- Paul Huckstepp,
- Stephen Maden,
- degac,
- sal gunduz,
- Ole Jostein Røtne,
- Alan Rawkins,
- Dennis Rohn,
- Christian,
- Philipp Moeller,
- Roger Lockerbie,
- Pierrou,
- Philippe Back,
- Patrik Strandell,
- Bill Stanbrook,
- Erik Thon,
- Richard Keam,
- James Freeman,
- Danilo,
- Juan Camilo,
- Lars Kristian Gretnes,
- Noel Cole,
- Michael Hartlef,
- Jules Duquette,
- Ian Martin,
- Leigh Bowers,
- Daniele Prandini,
- Alan Broad,
- Christian Leth Jeppesen!,
- Rene Damm,
- Richard McLoughlin,
- Kennie,
- ussell King,
- gcmartijn,
- Darryl,
- Michael Hauck,
- Graham,
- sal gunduz,
- Danilo,
- Daniele Prandini,
- York Burkhardt,
- Peter Rigby,
- Michael Hartlef,
- Leonardo Teixeira,
- Daniel Murphy,
- Gloomywood,
- Adam,
- Arthur,
- Richard Betson,
- Jake Birkett,
- Simon Harrison,
- Daniel Born,
- David Maziarka,
- starfruit,
- David,
- Markus L,
- Capn Lee,
- Jesus M Perez,
- Hotcakes,
- Amon,
- Blaine Hodge,
- Jeffrey Nofsinger,
- Felipe Alfonso,
- Matthew,
- Robin Columbus,
- Alan Rawkins,
- TeaBoy,
- Brian Kramer,
- Bill Murray,
- neuro,
- degac,
- Javier San Juan Cervera,
- Sander Voorn,
- Makarienkov Vladimir,
- impixi,
- kmac,
- Paul Apgar,
- Shane Woolcock,
- Stephen Greener,
- Tony Smits,
- Lucien Bulles,
- SecondGear,
- Matthew Camerer,
- Jonathan Pittock,
- Annika Terrortante,
- Josh Klint,
- Aaron woodard,
- Lee Wade,
- taumel,
- Arthur Bikmullin,
- Difference,
- Michael Denathorn,
- Jose Faeti,
- Martin Leidel,
- abakobo,
- Kirsty,
- Benjamin Aregger,
- James Boyd,
- Simon Armstrong
- </div>
- </body>
- </html>
|