Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princeofpuppers/neon-dragons
A 2 player game I made similar to slither.io, (only realized the similarity after I started making it)
https://github.com/princeofpuppers/neon-dragons
Last synced: 25 days ago
JSON representation
A 2 player game I made similar to slither.io, (only realized the similarity after I started making it)
- Host: GitHub
- URL: https://github.com/princeofpuppers/neon-dragons
- Owner: PrinceOfPuppers
- Created: 2019-06-18T01:33:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T20:52:10.000Z (over 5 years ago)
- Last Synced: 2024-11-08T03:44:25.559Z (3 months ago)
- Language: Python
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neon-dragons
A 2 player game I made similar to slither.io, (only realized the similarity after I started making it)Playing The Game
----------------
Click snakes to startControls:
player 1 uses WASD, player 2 use arrow keys
A/LeftArrow to move left
D/RightArrow to move right(after first appearence change)
W/UpArrow to dash forward(after second appearence change)
S/DownArrow to sheildGoal:
the goal of the game is currently to be the last person alive, you die by having your snake
drop below 2 segments in length.In the future I plan to have the games time out after 5 or so minutes and state the winner
as the person with the longest snakeGamePlay:
You can shorten you apponent by eating their segments (running your head into their body),
just be careful go for their first segment or you will mutually eat eachother.You can pick up orbs to increase or decrease your length; green increases, red decreases.
the more green/ red the orb, the greater the change.eating someone (including yourself) while they're sheilding is an insta-death for you!
----------------Devlopment Goals
-----------------add particle effect on dead and on head change
-maybe have game pause on dead for a second when displaying particles
-have cut off segments drop an orb proportional to how many segments where cut off
----------------