Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-bo-one/boxer
Fallout nostalgy
https://github.com/m-bo-one/boxer
backbonejs createjs gevent js python3 zeromq
Last synced: about 2 months ago
JSON representation
Fallout nostalgy
- Host: GitHub
- URL: https://github.com/m-bo-one/boxer
- Owner: m-bo-one
- Created: 2016-12-09T21:28:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T20:56:21.000Z (over 7 years ago)
- Last Synced: 2024-10-30T10:12:46.473Z (3 months ago)
- Topics: backbonejs, createjs, gevent, js, python3, zeromq
- Language: Python
- Homepage:
- Size: 15.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boxer
2D websocket game with authoritative serverSome small mechanics at pictures:
Death animation
![](https://media.giphy.com/media/26gseP6BwnyNcZf0c/giphy.gif)Heal animation
![](https://media.giphy.com/media/l3q2xRBfPE3Dc0zAs/source.gif)Stealth mechanics
![](https://media.giphy.com/media/26xBNnfvy0zqKmhJC/source.gif)Path finding (used A* search based on euclidean distance)
![](https://media.giphy.com/media/l3q2LhZTFlOFiwbZe/source.gif)Turret spot target search
![](https://media.giphy.com/media/l0IxYZxQXjxCvabWE/source.gif)## Docker
`docker-compose build boxer && docker-compose up -d`## FUTURE PLANS:
- Implement players game search;
- Full implementation of character spec;
- Pretty UI;
- And More!!