Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Boxer
2D websocket game with authoritative server

Some 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!!