Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kefniark/volley-js13k
Minimalist Beach Volley Game
https://github.com/kefniark/volley-js13k
game js13kgames minimalist typescript
Last synced: about 1 month ago
JSON representation
Minimalist Beach Volley Game
- Host: GitHub
- URL: https://github.com/kefniark/volley-js13k
- Owner: kefniark
- License: wtfpl
- Created: 2018-08-24T07:19:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T14:17:42.000Z (over 6 years ago)
- Last Synced: 2024-11-12T17:47:44.934Z (3 months ago)
- Topics: game, js13kgames, minimalist, typescript
- Language: TypeScript
- Homepage: https://kefniark.github.io/volley-js13k/
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Minimalist Volley
Currently in development ^^
Don't look too much at the code quality / readability for the moment
The game is automatically deployed on https://kefniark.github.io/volley-js13k/
## Description
Minimalist volley game for the [js13kgames competition]((http://js13kgames.com/))## Idea
* The theme is "Offline", it's summer ... time to go outside and do some sport no?
* Inspired by [Blobby volley](https://en.wikipedia.org/wiki/Blobby_Volley), a game I played clearly too much back in the day.
* Minimalist design with vector graphics.## Rules
* Package size below 13 kB
* No external libraries or services
* You have to have the rights for every asset used in your game## Commands
Setup
```
npm install
```Development (and open http://localhost:9000/):
```
npm run dev
```Make a build
```
npm run build
```## Screenshot
![Screenshot](preview.jpg)## License
[WTFPL](http://www.wtfpl.net/about/)