all.bananas 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. {
  2. "bananasFolder": "bananas/",
  3. "previewsFolder": "bananas/ted2go-showcase/",
  4. "bananas":[
  5. {
  6. "title": "Billiard",
  7. "author": "Jesse",
  8. "description": "3D in 2D pool game.",
  9. "mainFile": "billiards/pool.monkey2",
  10. "preview": "billiard.jpg",
  11. "homepage": "http://monkeycoder.co.nz/forums/topic/another-one-for-monkey-bananas/",
  12. "modified": "",
  13. "version": "1.0",
  14. "tags": "2D,Game"
  15. },
  16. {
  17. "title": "Calculator",
  18. "author": "",
  19. "description": "Mojox's views example.",
  20. "preview": "calculator.jpg",
  21. "mainFile": "calculator/calculator.monkey2",
  22. "modified": "",
  23. "version": "1.0",
  24. "tags": "UI"
  25. },
  26. {
  27. "title": "Commanche",
  28. "author": "GW",
  29. "description": "Commanche Voxel for Monkey2 by GW, Original code by Sebastian Macke.",
  30. "preview": "commanche.jpg",
  31. "mainFile": "commanche/commanche.monkey2",
  32. "tags": "Voxel"
  33. },
  34. {
  35. "title": "Echo server",
  36. "author": "",
  37. "description": "TCP client/server app.",
  38. "preview": "echoserver.jpg",
  39. "mainFile":"echoserver/echoserver.monkey2",
  40. "tags": "Network"
  41. },
  42. {
  43. "title": "Font Test",
  44. "author": "",
  45. "description": "Extended chars test.",
  46. "preview": "fonttest.jpg",
  47. "mainFile": "fonttest/fonttest.monkey2",
  48. "tags": "Fonts"
  49. },
  50. {
  51. "title": "GL Window Test",
  52. "author": "",
  53. "description": "Test of extended chars.",
  54. "preview": "glwindow.jpg",
  55. "mainFile": "glwindowtest/glwindowtest.monkey2",
  56. "tags": "OpenGL"
  57. },
  58. {
  59. "title": "Grid Shooter",
  60. "author": "Leo Santos",
  61. "description": "Monkey2 Side Scrolling Demo.\nFeel free to use it in any form, but please include a credit.\nMore importantly, do not claim to have created any of it, unless you modify it substantially.\nThanks!",
  62. "preview": "gridshooter.jpg",
  63. "mainFile": "gridshooter/gridshooter.monkey2",
  64. "homepage": "www.leosantos.com",
  65. "tags": "2D,Game"
  66. },
  67. {
  68. "title": "Chipmunk physics",
  69. "author": "",
  70. "description": "Simple example using chipmunk module.",
  71. "preview": "hellochipmunk.jpg",
  72. "mainFile": "hellochipmunk/hellochimpmunk.monkey2",
  73. "tags": "2D,Physics"
  74. },
  75. {
  76. "title": "Joystick test",
  77. "author": "",
  78. "description": "Joystick test app.",
  79. "preview": "joystick.jpg",
  80. "mainFile":"joystick/joystick.monkey2",
  81. "tags": "Input"
  82. },
  83. {
  84. "title": "Life game",
  85. "author": "",
  86. "description": "An implementation of Conway's Game of Life.\nTo try different patterns, pause the 'game', click cells, then unpause.\nFor best performance run in \"Release\" mode.",
  87. "preview": "life.jpg",
  88. "mainFile":"life/life.monkey2",
  89. "homepage": "http://en.wikipedia.org/wiki/Conway's_Game_of_Life",
  90. "tags": "2D,Game"
  91. },
  92. {
  93. "title": "Light sparks",
  94. "author": "",
  95. "description": "Light sparks effect example.",
  96. "preview": "lightsparks.jpg",
  97. "mainFile":"lightsparks/lightsparks.monkey2",
  98. "tags": "Light,Effects"
  99. },
  100. {
  101. "title": "Line test",
  102. "author": "",
  103. "description": "Drawing different lines.",
  104. "preview": "linetest.jpg",
  105. "mainFile":"linetest/linetest.monkey2"
  106. },
  107. {
  108. "title": "Mojo test",
  109. "author": "",
  110. "description": "Demonstrate Mojo module.",
  111. "preview": "mojotest.jpg",
  112. "mainFile":"mojotest/mojotest.monkey2",
  113. "tags": "2D"
  114. },
  115. {
  116. "title": "Monkeyroids",
  117. "author": "",
  118. "description": "Game prototype.",
  119. "preview": "monkeyroids.jpg",
  120. "mainFile":"monkeyroids/monkeyroids.monkey2",
  121. "tags": "2D,Game"
  122. },
  123. {
  124. "title": "OpenAL",
  125. "author": "",
  126. "description": "OpenAL usage example.",
  127. "preview": "openaltest.jpg",
  128. "mainFile":"openaltest/openaltest.monkey2",
  129. "tags": "Audio"
  130. },
  131. {
  132. "title": "Particles demo",
  133. "author": "",
  134. "description": "Particle system example.",
  135. "preview": "particles.jpg",
  136. "mainFile":"particles/particles.monkey2",
  137. "tags": "Effects"
  138. },
  139. {
  140. "title": "RenderToImage",
  141. "author": "",
  142. "description": "Render to image example.",
  143. "preview": "rendertoimage.jpg",
  144. "mainFile":"rendertoimage/rendertoimage.monkey2"
  145. },
  146. {
  147. "title": "SDL2 test",
  148. "author": "",
  149. "description": "SDL2 usage example.",
  150. "preview": "sdl2test.jpg",
  151. "mainFile":"sdl2test/sdl2test.monkey2"
  152. },
  153. {
  154. "title": "Shoot-out game",
  155. "author": "Tony Smits & Peter van Driel",
  156. "description": "Shoot-out game.\nThis demo uses outtakes from the Pyro framework!\nFor more information about Playniax and Playniax products please visit our website (www.playniax.com).",
  157. "preview": "shoot-out.jpg",
  158. "mainFile":"shoot-out/demo.monkey2",
  159. "modified": "21-06-2016",
  160. "version": "1.0",
  161. "homepage": "www.playniax.com",
  162. "tags": "2D,Game"
  163. },
  164. {
  165. "title": "Simple light",
  166. "author": "",
  167. "description": "Light usage example.",
  168. "preview": "simplelight.jpg",
  169. "mainFile":"simplelight/simplelight.monkey2",
  170. "tags": "Light"
  171. },
  172. {
  173. "title": "SpaceChimps",
  174. "author": "",
  175. "description": "SpaceChimps prototype.",
  176. "preview": "spacechimps.jpg",
  177. "mainFile":"spacechimps/spacechimps.monkey2"
  178. },
  179. {
  180. "title": "Stargate game",
  181. "author": "",
  182. "description": "Stargate game.",
  183. "preview": "stargate.jpg",
  184. "mainFile":"stargate/main.monkey2",
  185. "tags": "2D,Game"
  186. },
  187. {
  188. "title": "Theora player",
  189. "author": "",
  190. "description": "Playing theora video format.",
  191. "preview": "theoratest.jpg",
  192. "mainFile":"theoratest/theoratest.monkey2",
  193. "tags": "Video"
  194. },
  195. {
  196. "title": "TinyXML",
  197. "author": "",
  198. "description": "XML TreeView Test.",
  199. "preview": "tinyxml.jpg",
  200. "mainFile":"tinyxml2/tinyxml2_test.monkey2",
  201. "tags": "Xml"
  202. },
  203. {
  204. "title": "Touch test",
  205. "author": "",
  206. "description": "Touch test example.",
  207. "preview": "touchtest.jpg",
  208. "mainFile":"touchtest/touchtest.monkey2",
  209. "tags": "Input"
  210. },
  211. {
  212. "title": "VGrid",
  213. "author": "Simon Armstrong",
  214. "description": "Isometric Cube Experiment.",
  215. "preview": "vgrid.jpg",
  216. "mainFile":"vgrid/vgrid.monkey2",
  217. "version": "0.1",
  218. "homepage": "https://github.com/nitrologic/m2"
  219. },
  220. {
  221. "title": "View layout",
  222. "author": "",
  223. "description": "A slightly more complicated window example.\nThe example implements a resizable window with virtual resolution support via the \"letterbox\" and \"stretch\" layout modes, and shows some simple keyboard/mouse event handling.",
  224. "preview": "viewlayout.jpg",
  225. "mainFile":"viewlayout/viewlayout.monkey2",
  226. "tags": "UI"
  227. },
  228. {
  229. "title": "VPaint",
  230. "author": "Simon Armstrong",
  231. "description": "Painting demo applicatio.",
  232. "preview": "vpaint.jpg",
  233. "mainFile":"vpaint/vpaint.monkey2",
  234. "tags": "Gfx",
  235. "version": "0.1",
  236. "homepage": "https://github.com/nitrologic/m2"
  237. },
  238. {
  239. "title": "VSynth Control",
  240. "author": "Simon Armstrong",
  241. "description": "VSynth demo.",
  242. "preview": "vsynth.jpg",
  243. "mainFile":"vsynth/vsynth.monkey2",
  244. "tags": "Audio",
  245. "version": "0.01",
  246. "homepage": "https://github.com/nitrologic/m2"
  247. }
  248. ]
  249. }