boxclip
boxclip copied to clipboard
2D platformer engine using LÖVE and Lua
Could multiplayer over the internet be added? Or would it need to be rewritten from the ground up?
Implement a way to use a stencil entity with platforms (would be placed as a resizeable rectangle). * stencil area occludes portions of the drawn platform to create a hole...
This could be used for loading another map, ie; challenge room, hidden room etc.
Could be improved like so; * Placement (left click to add entity, right click to remove) * Movement (left click and drag to move entitys, right click and drag to...
A new map should consist of; * 1 player spawn * 1 reasonably sized platform Game should either generate the map, or load the file "newmap.lua", but also needs a...
Would allow an easily uniform look for all menus, reusing the same properties. Would also make titlescreen easier to modify.
This would be easier to organize LICENSE files (one per folder) similar to how some other FOSS games do it. eg; ``` graphics//file1.png graphics//LICENSE ```
I hope to eventually add support for triggers. This would consist of a placable entity (much like a platform) although invisible outside of the editor. Concept; Placing trigger entities; *...
Create 3 acts per zone. #### Zone 1 (Sunny Hill?) * act 1 * act 2 * act 3 #### Zone 2 (Wastelands?) * act 1 * act 2 *...
If you would like to contribute to this project, you are more than welcome to help out. There are no rules other than to be nice, respect others, and criticism...