boxclip icon indicating copy to clipboard operation
boxclip copied to clipboard

2D platformer engine using LÖVE and Lua

Results 25 boxclip issues
Sort by recently updated
recently updated
newest added

Instead of using [0,1,2,3](https://github.com/Jigoku/boxclip/blob/master/src/editor/init.lua#L41) for 90 degree rotation, allow R+SCROLL bind to rotate 0-360 degrees. This will allow more variety for placing entities such as props.

enhancement
editor
entities

Reminder, add a dynamically created "scroll by" of a basic level at the title screen. Eg; randomly layered platforms with some moving enemies, camera scroll across etc.

enhancement

Have a spider descend from a string/web when the player is in proximity, can grab the player like a claw.

assets
entities

This would be sitting in one place. Ideas; - Apply gravity so it's fixed to the structure below it, rather than manually fiddling to the pixel level. - When player...

enhancement
entities
high priority

This will be a falling platform. Falls similar to the log/bridge traps, after a delay when the player collides with the top side. However, it slowly floats back up when...

editor
entities

Problem: If a player activates falling logs, and then backtracks, they may not be able to complete the level.... so make these reset when off screen.

enhancement
entities
high priority

Experiment with gems/life pickups and see if they should have gravity applied. Possibly have another pickup type, like coins which float in mid air, allowing pickup chains when bouncing off...

enhancement
editor
game
low priority

Not all platforms should be "grass", add snow, metal, tiles, etc and allow them to be changed within the editor.

editor
assets

Fast objects sometimes fail to collide when falling. Ensure they don't by testing collisions before they happen.

collisions
high priority

The idea is to be able to skew a platform. For example, drag/drop a square platform into the world, then be able to drag a hotspot on that platform on...

enhancement
editor
game
physics
collisions
low priority