There's always a big mess after a party... This time, it's balloons that fly everywhere.

As a professional balloon cleaner, you decided to use THE BEST method: use paper planes to pop them

So, get your paper up and start cleaning!

Gameplay:

  1. Paper Plane! - click to send paper planes, they fly weirdly, so keep an eye on that
  2. No Ending - there's no ending, play as much as you want
  3. Minimalist - nothing to interrupt you, click, pop, and you are done!

Code:

As the jam(tweettweet10) requires, the code is no longer than 500 characters. I chose to separate them into 4 files. The code below is only a showcase, the whole project will soon be open-sourced on GitHub

extends Node2D;var s;func _ready():s=randf()+.5;position=Vector2(randi()%577,335)
func _process(e):position.y-=s
func a(e):if e.is_in_group("b"):get_parent().s+=1;queue_free()
extends Node2D;var s=6;func t():add_child(load("res://b.tscn").instantiate())
func _process(e):
     if Input.is_action_just_pressed("s"):add_child(load("res://n.tscn").instantiate());s-=2
     $l.text=str(s)
extends Node2D;func _ready():position=get_local_mouse_position()
extends PathFollow2D;func _process(e):progress+=e*500
Published 6 days ago
StatusIn development
PlatformsHTML5
AuthorIanYe
Made withGodot
Tags2D, Godot, Singleplayer
Code licenseMIT License
Average sessionA few minutes
LanguagesEnglish
InputsMouse
AccessibilityOne button, Textless

Leave a comment

Log in with itch.io to leave a comment.