×
Create a new article
Write your page title here:
We currently have 133 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
133Articles

Misc: Difference between revisions
Other / Misc

No edit summary
No edit summary
Line 1: Line 1:
grass adds 8 pixels to the top
grass adds 8 pixels to the top




planet blupi includes a serializable scripting language to control all the entities.  this makes it very easy to add new entity behaviors to the source code.  and since the script is represented as bytes, scripts could be included with levels (if the developers ever implemented it)
planet blupi includes a serializable scripting language to control all the entities.  this makes it very easy to add new entity behaviors to the source code.  and since the script is represented as bytes, scripts could be included with levels (if the developers ever implemented it)
planet blupi's bytecode has functions for creating, removing, and detecting blocks.  if it was actually included with level data, it would be possible to make logic gates, leading to some crazy stuff.

Revision as of 19:54, 17 July 2024

grass adds 8 pixels to the top


planet blupi includes a serializable scripting language to control all the entities. this makes it very easy to add new entity behaviors to the source code. and since the script is represented as bytes, scripts could be included with levels (if the developers ever implemented it)

planet blupi's bytecode has functions for creating, removing, and detecting blocks. if it was actually included with level data, it would be possible to make logic gates, leading to some crazy stuff.