An open API service indexing awesome lists of open source software.

https://github.com/milchreis/flashy

🔦 Survive just with your flashlight
https://github.com/milchreis/flashy

2d coding-challenge flashlight game p5 p5js p5js-game ray-casting

Last synced: about 2 months ago
JSON representation

🔦 Survive just with your flashlight

Awesome Lists containing this project

README

        

# Flashy 🔦

Flashy is a simple 2D game. You have to pick up items to survive and avoid contact with enemies.
But be careful. You are just equipped with a flashlight to light up the maze.

![flashy-screenshot](https://raw.githubusercontent.com/Milchreis/Flashy/master/flashy.gif)

Play here: https://milchreis.github.io/Flashy/

## Rules

- Find the turquoise treasure to stay alive and gain points
- Don't touch the violet agents
- On each pick up a treasure, 2 more agents spawn and all agents are getting a little faster

## Background

Flashy emerged from a coding challenge and was developed into a game. With the game I wanted to gain some experience with 2D-Ray-Casting and Steering-Behaviors.
Special thanks goes to Danial Shiffman for the great coding videos, the code base and the inspiration for this project.