https://github.com/kyleu/puzzlebrawl
Puzzle Brawl!
https://github.com/kyleu/puzzlebrawl
Last synced: 11 months ago
JSON representation
Puzzle Brawl!
- Host: GitHub
- URL: https://github.com/kyleu/puzzlebrawl
- Owner: kyleu
- Created: 2015-10-31T17:09:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T02:39:48.000Z (over 8 years ago)
- Last Synced: 2025-03-13T08:34:08.239Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://puzzlebrawl.com
- Size: 14.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puzzle Brawl
I had grand plans to build a web-based, server-controlled MMO version of Super Puzzle Fighter.
I finished the product, but couldn't find a partner that had graphic design and marketing skills that wanted to help.
So, here's Puzzle Brawl. You can download and run it as a normal SBT project, or see it in action at [https://puzzlebrawl.com](https://puzzlebrawl.com)
While I doubt anyone will get much use out of the game (though, try it out, it's fun).
It uses WebSockets to pass game information as fast as possible, using a shared Scala library that compiles to both Scala and JS. All the animations and tweening are handled by Phaser.
The entire app is a well-groomed project, and serves as a good "kitchen-sink" example Scala project.