Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)