https://github.com/grohden/ts-phaser-bomb-game
Bomberman clone using websockets and phaser 3
https://github.com/grohden/ts-phaser-bomb-game
bomberman game phaser phaser3 socket-io websockets
Last synced: 11 months ago
JSON representation
Bomberman clone using websockets and phaser 3
- Host: GitHub
- URL: https://github.com/grohden/ts-phaser-bomb-game
- Owner: Grohden
- Created: 2019-03-26T04:29:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T19:24:14.000Z (over 3 years ago)
- Last Synced: 2023-12-18T14:41:20.818Z (over 2 years ago)
- Topics: bomberman, game, phaser, phaser3, socket-io, websockets
- Language: TypeScript
- Homepage:
- Size: 2.18 MB
- Stars: 19
- Watchers: 1
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ts phaser bomb game
Another university project that i'm being forced to do.
## Hey, what's this?
This is a server x client multiplayer (websocket) bomberman clone game.
### Why only one class in the client?
I'm making this to **work**, not to be maintanable/scalable, so yes, this is XGH
```
/**
* ,
* / \,,_ .'|
* ,{{| /}}}}/_.' _____________________________________________
* }}}}` '{{' '. / \
* {{{{{ _ ;, \ / Ladies and Gentlemen, \
* ,}}}}}} /o`\ ` ;) | |
* {{{{{{ / ( | this is ... |
* }}}}}} | \ | |
* {{{{{{{{ \ \ | _____ __ .-_'''-. .---. .---. |
* }}}}}}}}} '.__ _ | | \ _\ / /'_( )_ \ | | |_ _| |
* {{{{{{{{ /`._ (_\ / | .-./ ). / '|(_ o _)| ' | | ( ' ) |
* }}}}}}' | //___/ --=: \ '_ .') .' . (_,_)/___| | '-(_{;}_) |
* `{{{{` | '--' | (_ (_) _) ' | | .-----.| (_,_) |
* }}}` | / \ \ ' \ '- .'| _ _--. | |
* | `-'`-' \ \ `-'` | |( ' ) | | |
* | / / \ \ \ / (_{;}_)| | |
* | '--' '----' `'-...-' '(_,_) '---' |
* | /
* \_____________________________________________/
*/
```
### Okay, but how do i build it?
First, you will need `node` and `npm`, after that you just download
the project and run:
* `npm install`
* `npm run bootstrap`
* `npm run start:fresh`
After those, you can open the `localhost:5000` and enjoy your game :D
### Preview
Here's a preview of me playing with myself (And i won!)

### Sprites
All the sprites here are made by me, except the main char,
which is from the phaser tutorial, i only added more frames to it