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
- Host: GitHub
- URL: https://github.com/milchreis/flashy
- Owner: Milchreis
- License: gpl-3.0
- Created: 2019-05-17T23:58:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T19:49:42.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T17:03:11.936Z (2 months ago)
- Topics: 2d, coding-challenge, flashlight, game, p5, p5js, p5js-game, ray-casting
- Language: JavaScript
- Homepage: https://milchreis.github.io/Flashy/
- Size: 2.32 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
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.