Skip to content

Commit

Permalink
ID d12slsjx3mdhw17: Add Tetris2 to game apps (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: neomaxneo <[email protected]>
  • Loading branch information
neo4max and neomaxneo authored Dec 8, 2020
1 parent 363b233 commit f292ea7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Awesome DeFi apps you can deploy on Akash
- [Pac-Man](pacman)
- [Supermario](supermario)
- [Minesweeper](minesweeper)
- [Tetris2](tetris2)

### Databases and Administration

Expand Down
4 changes: 4 additions & 0 deletions tetris2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Tetris

A simple javascript tetris game

37 changes: 37 additions & 0 deletions tetris2/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
version: "2.0"

services:
tetris:
image: uzyexe/tetris
expose:
- port: 80
to:
- global: true
profiles:
compute:
tetris:
resources:
cpu:
units: 0.5
memory:
size: 512Mi
storage:
size: 512Mi
placement:
westcoast:
attributes:
organization: ovrclk.com
signedBy:
anyOf:
- "akash1vz375dkt0c60annyp6mkzeejfq0qpyevhseu05"
pricing:
tetris:
denom: uakt
amount: 1000

deployment:
tetris:
westcoast:
profile: tetris
count: 1

0 comments on commit f292ea7

Please sign in to comment.