Log In  
Follow
Bouncy_block

Hello.
I make simple games and get others to be creative, ending in funny games.


🎮 Join the Picotron Game Jam! 🚀

Are you ready for a week of intense coding and fun? The Picotron Game Jam is here! Code your game in a week (any theme!), vote the next, and see if you can become the community favorite.

👾 Starts: April 10th, 2024
🏁 Ends: April 17th, 2024
🗳️ Voting: April 18th - 25th, 2024

No prize, just glory! Only game submitters can vote, so your game is your ticket in.

🔗 Join now: https://itch.io/jam/picotron-jam

May the best game win!

4
0 comments



So I was building a game that generates 30 stars at random x,y cords using the following snipet, however is returns an error

 stars={}
 for i=1,30 do
  local countup=i
  add(stars,countup)
  add(stars.countup,x)
  add(stars.countup,y)
  add(stars.countup.x,rnd(0,127))
  add(stars.countup.y,rnd(0,127))
 end

Does anyone know why?

Thanks, Bouncy

2 comments



I am very new to pico-8 and want to know where to start.
I know, there are many tutorials out there, but I tried one and I didn't feel like I was progressing in understanding.
Where do I go to start?

4 comments