maxall4 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=56767 Arcade like game with online leaderboard <p>Hi i implemented an online leaderboard using this method: <a href="https://www.lexaloffle.com/bbs/?tid=42526">https://www.lexaloffle.com/bbs/?tid=42526</a>. And I managed to get it to work. I can't embed it here because it requires setup on the browser side but if you are interested you can play it here: <a href="https://maxall41.itch.io/the-heist">https://maxall41.itch.io/the-heist</a>. Though the in-game leaderboard can be a little bit glitchy due to the difficulties of parsing json data in PICO-8.</p> <img style="margin-bottom:16px" border=0 src="/media/56767/the_heist.png" alt="" /> https://www.lexaloffle.com/bbs/?tid=43938 https://www.lexaloffle.com/bbs/?tid=43938 Sat, 24 Jul 2021 19:22:16 UTC scoresub() usage v0.2.2c <p>Hi I'm trying to make an online high score leaderboard for my game and i was just about to implement this solution: <a href="https://www.lexaloffle.com/bbs/?tid=42526">https://www.lexaloffle.com/bbs/?tid=42526</a> for http requests to external servers when i found the scoresub() command according to this post: <a href="https://www.lexaloffle.com/bbs/?pid=56856#p">https://www.lexaloffle.com/bbs/?pid=56856#p</a> it was supposed to be implemented in version 0.2.0 upwards but the command doesn't seem todo anything nor can i find any documentation on it has this feature been delayed/cancelled or am i missing something here? Also I don't know if this is relevant but on the first usage of the command it says <code>can not connect to scores host</code></p> https://www.lexaloffle.com/bbs/?tid=43900 https://www.lexaloffle.com/bbs/?tid=43900 Tue, 20 Jul 2021 23:00:37 UTC