Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

HOW TO MAKE GAMES with PICO-8

Learn how to make your own videogames using an easy-to-learn software · By Tassilo

Questions? Problems? Stuck? Sticky

A topic by Tassilo created Sep 11, 2017 Views: 561 Replies: 1
Viewing posts 1 to 2
Developer

I hope you are enjoying "HOW TO MAKE GAMES with PICO-8". Should you ever be stuck on a page or have problems understanding something, please let me know in here so I can help you and improve the specific page. Thank you!

(1 edit)

I've noticed some errors in your examples. Page 17 in the coding and text where it says "bat_x=bat_x+3" in the function move_bat(). In page 40 under the same function move_bat() it changed to "bat_x=bat_x+bat_speed" without any explanation.  Also on page 36 it says at the top "detect_collision" even though in previous examples say "check_collision".