Skip to content
/ rayzor Public

Top-down shooter where your only weapon is light. Powered by 2D "Raytracing".

License

Notifications You must be signed in to change notification settings

mal-tee/rayzor

Repository files navigation

Rayzor

A top-down shooter where your only weapon is light. Colored enemies can only be defeated with matching light.

Controls

  • Move with WASD, use the mouse to aim and shoot. Hold space, move and release space to place a wall.
  • Press ESC to pause and buy upgrades.
  • Press R to Reload a level.

Demo

Requirements

Linux

  • Install libsfml-dev and libtgui-dev (Ubuntu: TGUI is in a PPA).

Windows

  • Build SFML and TGUI and change the paths in CMakeLists.txt accordingly.

Build and run

mkdir build
cd build
cmake .
make
cd ..
build/Rayzor
  • Start the game with -16 to enable 16xAA. Does not seem to work on AMD GPUs.

Notes

Credits

	Topdown (Shooter) Pack

	by  Kenney Vleugels (Kenney.nl)

			------------------------------

	License (Creative Commons Zero, CC0)
	http:https://creativecommons.org/publicdomain/zero/1.0/

	You may use these assets in personal and commercial projects.
	Credit (Kenney or www.kenney.nl) would be nice but is not mandatory.

			------------------------------

	Donate:   http:https://support.kenney.nl
	Request:  http:https://request.kenney.nl

	Follow on Twitter for updates:
	@KenneyWings

About

Top-down shooter where your only weapon is light. Powered by 2D "Raytracing".

Resources

License

Stars

Watchers

Forks