I need ideas for a LONG script (No physics please)

  1. What do you want to achieve? I want to write a long script (any script type) (like 300 lines of code) so I can feel like a professional, also try to avoid physics or keep them to minimum.

  2. What is the issue? Im low on ideas and my ideas are mostly related to physics (:face_vomiting:)

  3. What solutions have you tried so far? I tried searching for ideas, the scripts are short and for complete beginners

make a fully functional game of pong with screen guis

A long script? Write a bunch of moduals that handle common problems reusable and make sense.

Making a tight, clean, reliable library you can reuse will make your life easier forever.

Make reusable things.

1 Like

Self generating maze programs tend to be very long scripts…
Maze Master Generator This is my program and the maze generator rings in at 406 lines, brutally optimized. That should keep you busy for awhile and it’s a full fledged task along with the research into how to create programs of this type.

1 Like