Search found 83 matches

by Varkas
Thu Jun 30, 2022 7:08 pm
Forum: Games and Creations
Topic: The Harmonic Shooter - Procedural Content Generation
Replies: 20
Views: 9739

Re: The Harmonic Shooter - Procedural Content Generation

There is a power cap now. You start with 100 power and a cap of 200. There is a small chance that a killed enemy will leave a bonus sphere. The blue spheres add +50 to the max power, the others give your ship additional cannons. Over time enemies get harder now and also hit harder. From about 5,000 ...
by Varkas
Mon Jun 27, 2022 6:14 pm
Forum: Games and Creations
Topic: The Harmonic Shooter - Procedural Content Generation
Replies: 20
Views: 9739

Re: The Harmonic Shooter - Procedural Content Generation

Power cap is one option. Maybe have upgrades later to raise the cap? And slowly make the enemies more dangerous, give them stronger weapons ... but yes. When recording the new video, to show the game over screen, I had to intentionally ram some groups of enemies to take enough damage to actually die.
by Varkas
Mon Jun 27, 2022 5:57 pm
Forum: Games and Creations
Topic: The Harmonic Shooter - Procedural Content Generation
Replies: 20
Views: 9739

Re: The Harmonic Shooter - Procedural Content Generation

Almost a game now. Added a title screen and a game over screen. Zero power is game over. The reached depth (how far one got into the tunnel) can count as score.

v003_title.jpg
v003_title.jpg (81.65 KiB) Viewed 4154 times

Shoot with control, steer with the cursor (arrow keys)

Youtube video of this version,
https://youtu.be/xFqLnzAfgRs
by Varkas
Sun Jun 26, 2022 5:08 pm
Forum: Games and Creations
Topic: The Harmonic Shooter - Procedural Content Generation
Replies: 20
Views: 9739

Re: The Harmonic Shooter - Procedural Content Generation

Thanks! Meanwhile, I've been working on some improvements: - Ship creation is now done in three steps. This helps to reduce the little stalls on slower computers, that happened when ship and explosion graphics were created. This change also allowed to spend a little more computation time to make the...
by Varkas
Fri Jun 24, 2022 6:32 pm
Forum: Games and Creations
Topic: The Harmonic Shooter - Procedural Content Generation
Replies: 20
Views: 9739

Re: The Harmonic Shooter - Procedural Content Generation

Thanks! I'll try to make it a real game soon. And yep. 12KB code package. I love the contrast to the megabyte heavy game downloads of today.
by Varkas
Fri Jun 24, 2022 5:32 pm
Forum: Games and Creations
Topic: The Harmonic Shooter - Procedural Content Generation
Replies: 20
Views: 9739

The Harmonic Shooter - Procedural Content Generation

An experiment of mine - make a side scrolling shooter where all images, sounds and effects and generated by the computer. No artwork made by someone, only code to tell the computer how to make stuff that looks like a space ship (or some alien space thing), an explosion, a tunnel, and how to shape a ...
by Varkas
Sat Jun 18, 2022 3:15 pm
Forum: Games and Creations
Topic: Granite Crash
Replies: 10
Views: 6078

Re: Granite Crash

The game got a title screen now, a total of 4 levels and some new sprites for the critters. Level design is harder than expected, but I hope I can come up with some nice puzzles soon.
v003-title_screen.jpg
v003-title_screen.jpg (430.1 KiB) Viewed 4807 times
by Varkas
Mon Jun 13, 2022 5:41 pm
Forum: Games and Creations
Topic: Granite Crash
Replies: 10
Views: 6078

Re: Granite Crash

New version, new bugs. Well, I hope a few old bugs fixed, too. I didn't experience the black void effect anymore, seems I could keep my map data safe from the garbage collector. The player now has a total of 5 lives (press Escape to restart the level after dying) and once down to 0 lives, you restar...
by Varkas
Fri Jun 10, 2022 5:23 pm
Forum: Games and Creations
Topic: Granite Crash
Replies: 10
Views: 6078

Re: Granite Crash

Hooray! I guess you got the most possible out of it. The black void is bug though. I had the effect too, but right now I am not sure what causes it. I think I have a problem with the map data handling there.
by Varkas
Fri Jun 10, 2022 4:18 pm
Forum: Games and Creations
Topic: Granite Crash
Replies: 10
Views: 6078

Re: Granite Crash

Ah yes. I didn't know the forum allows to upload .love files. So lets see if this works on other computers too, or only on mine ...

Edit: It's currently really just a demo. Some graphics are placeholders, and there is only one level.