Log In  
Follow
justgage
[ :: Read More :: ]

https://github.com/OnionUI/Onion

Onion OS for the Miyoo Mini Plus seems to be based on Linux so I decided to try to get Pico-8 proper to run on it since FAKE-8 tends to break on a lot of games, plus I miss SPLORE, which seems possible to use given it's WIFI chip. But sadly I'm running into errors.

No matter which version I try to run I get this weird error, IDK if this means it's trying to execute it in the wrong way but it's weird

/mnt/SDCARD/pico-8 2 # ./pico8
./pico8_32bit: line 1: syntax error: unexpected word (expecting ")")

Any idea what could be the problem?

P#132612 2023-08-01 12:54

[ :: Read More :: ]

This is part of the code I wrote to make a "foolproof" physics engine (meaning there's no way for an object to pass through a block by going too fast). It uses mget to check if a tile is there or not which should be pretty fast although maybe not the fastest. This is based on the blog post by Towerfall creator Matt. Although there's missing features like moving solids and stuff it's inspired by it.

If you haven't read the blog post about this you should, it's quite insightful!

http://mattmakesgames.tumblr.com/post/127890619821/towerfall-physics

Cart #32831 | 2016-11-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Controls:

arrows, o to jump normally, x to fly really fast upwards to show that you won't pass through things
at extreme speeds.

Feel free to use this code.

P#32832 2016-11-30 01:34 ( Edited 2016-12-03 18:48)

Follow Lexaloffle:          
Generated 2024-03-29 11:24:59 | 0.077s | Q:10