Streak Club
Log in
Register
Streaks
›
Other
›
Completed
Alone With Lasers
My Game
Overview
Participants
(1)
Leaderboard
Top submissions
Stats
Tom01098
Scene Setup
A submission for
Alone With Lasers
1
7 years ago
Setup scene with folders
Setup layers, tags and sorting layers
Rigged player and an asteroid with some shapes
Created interface for clickable objects
Created Health script and an EnemyClicked script which obeys my interface
Enemies can now be clicked wooo
Slider now works and lerps woo
Tweaked the recharge speed on the lasers
Tom01098
More underlying stuff
A submission for
Alone With Lasers
2
7 years ago
Added a health bar (not working yet) and changed the charge bar to green
Added an asteroid placeholder sprite
Tom01098
Hazards
A submission for
Alone With Lasers
3
7 years ago
Changed some collider settings
A nice float range class which makes me feel smart but it isn't that great
Random spawn wait times
Tom01098
A spawner!
A submission for
Alone With Lasers
4
7 years ago
Created a spawner that only spawns around the border (this took so long because of bugs and stuff)
Hazards parent nicely in inspector
Tom01098
Asteroids are moving!
A submission for
Alone With Lasers
5
7 years ago
Asteroids move at a set speed, but only up
Asteroids now look soley at the centre
Asteroids have varying speeds
Percentage chance for asteroids to be pointing at the player
Asteroids that were not aiming at the player are now guaranteed to enter the screen
Bit of cheeky folder organisation
Tom01098
Some more asteroid-ey nonsense
A submission for
Alone With Lasers
6
7 years ago
Asteroids that are confirmed to hit the player now no longer aim at (0,0), but a boundary. Looks a bit less generated.
Asteroids now one hit the player
Player now take damage and the health bar goes down (some errors on destroy though whoops)
Errors have been fixed woo!
A boundary woo!
Tom01098
Collision Framework (kinda)
A submission for
Alone With Lasers
7
7 years ago
Only a base class for collision comparison, Editor scripts and fun stuff to come
Tom01098
Nothing
A submission for
Alone With Lasers
8
7 years ago
No time or energy for anything today (too much revision to do) so all I did was change the list to a dictionary
Tom01098
Another day of nothing
A submission for
Alone With Lasers
9
7 years ago
Changed some numbers around woo
Tom01098
Collisions
A submission for
Alone With Lasers
10
7 years ago
Primitive collisions added
Instant kills added
Tom01098
Offline
A submission for
Alone With Lasers
11
7 years ago
Offline work on the trigonometry problem of intersection
Tom01098
Lil' stuff
A submission for
Alone With Lasers
12
7 years ago
ScriptableWizard lil' guy
Tom01098
Expanding the Wizard
A submission for
Alone With Lasers
13
7 years ago
So collision tags now come up woo!
All the Unity tags now register with the wizard
Cheeky late switch to EditorWindow for easier GUI stuff, but the list doesn't show up for now
Tom01098
Wizard
A submission for
Alone With Lasers
14
7 years ago
List shows up
Toggle groups show
Toggles line up
Labels! And in bold!
Wizard only shows up when an object is selected (not specified yet)
Specified to only show when OnCollision is present
Can now assign to collisions :D But I had to switch to a list and then assign it to the Dictionary at runtime because of serialization :(
Tom01098
The last of the wizard
A submission for
Alone With Lasers
15
7 years ago
Wizard now loads the collisions from the selected object
You can undo changes and they finally serialize over Unity saves :D
Spawner now uses a list rather than just one asteroid
Tom01098
Updates woo!
A submission for
Alone With Lasers
16
7 years ago
Changed the way the spawner generates positions (yay lambdas!)
Got rid of unnecessary scripts woo
Statistics!
Tom01098
Spring cleaning
A submission for
Alone With Lasers
17
7 years ago
Made a player statistics script to keep all the statistics in one place
Tom01098
More clicking
A submission for
Alone With Lasers
18
7 years ago
Stop functionality for asteroid movers
Tom01098
Shooting
A submission for
Alone With Lasers
19
7 years ago
Asteroids stop when clicked now
Tom01098
Trying to get some projectiles
A submission for
Alone With Lasers
20
7 years ago
Changed the location of a yield statement so there's now no longer a frame delay for clicking after recharge.
Added a projectile prefab
Tom01098
It moves
A submission for
Alone With Lasers
21
7 years ago
Projectile movement
Tom01098
The tiniest bit of work possible
A submission for
Alone With Lasers
22
7 years ago
Projectile tweaking
Tom01098
Stuff
A submission for
Alone With Lasers
23
7 years ago
Did a little workings around that achieves nothing
Tom01098
Didn't wanna lose my streak ;)
A submission for
Alone With Lasers
24
7 years ago
This submission is empty
Tom01098
HEY LOOK WORK FOR ONCE!!!
A submission for
Alone With Lasers
25
7 years ago
Now use transform.forward instead of transform.right what a stupid design decision
Changed 'AsteroidMover' to 'StraightLineMover'