A downloadable game for Windows

Rogue Wave is a prototype of a first person, roguelike wave shooter. At this stage of development, the focus is very much on the game loop and mechanics. It's not pretty, but it is fun.

The code for this is open source - though you will need a copy of Neo FPS to be able to run the game locally. You don't need it if you want to contribute models, sounds, particles etc.

The game loop goes like this:

  • Buy your first weapon recipe for your Nanobots
  • Spawn in to combat
  • Destroy enemies spawned by the enemy spawners, gather resources
  • Resources are used to create ammo and health
  • Destroy the shield generators on the spawners
  • Stop the enemies killing you
  • Try to destroy the generators

If you destroy all the generators in a level you return to the hub scene where you can spend resources on new recipes for use in future runs.

  • As you collect resources in a level your nanobots will create new weapons and tools from your known set of recipes
  • Equipment built during a run will be retained across levels in that run
  • Kill more enemies, get more resources
  • Repeat, until dead. 

Once you die you can start again. You lose all the equipment gained in the last run. But the recipes you bought in the hub remain available to you for future runs.

This means you are more powerful with each run and thus will likely get further.

Gan you escape this world and get home?

Source for this game is open source (MIT license), all assets are CC0 with the exception of Neo FPS (affiliate link).


Updated 28 days ago
StatusPrototype
PlatformsWindows
AuthorWizardsCode
GenreShooter
Made withUnity
TagsFPS, neofps, Prototype, Roguelite

Download

Download
rogue-wave-windows-x64.zip 91 MB
Version 2024.04.07.5646 28 days ago

Development log

Comments

Log in with itch.io to leave a comment.

Was really enjoying this but then fell through the floor, no......

Thank you for testing it for us. Next update is focusing on the length of the game so we don’t want people falling through the floor. Did you fall through the floor or off the floor (as in stepped off the edge)?

The latter we know about and will fix very soon. The former is not something we’ve seen, yet(?)

I fell through in the middle of the arena. Unity physics just failed me I guess :)

Hmmmm…. that’s strange. There’s nothing like that happened in any testing and there aren’t any significant rigid bodies to push the player through. Thanks for reporting I will do some specific testing to try to repro.