Skip to content

Commit

Permalink
ID 65osqlsoykh4hfl: Add Memory Game (akash-network#155)
Browse files Browse the repository at this point in the history
* Upload MemoryGame

Upload game folder

* Update image

* Memorygame

Co-authored-by: Adam Bozanich <[email protected]>
  • Loading branch information
thanhphongcpt and boz authored Dec 11, 2020
1 parent 15907d9 commit 9f48324
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MemoryGame/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AKASH CHALLENGER WEEK 2

DEPLOY APP TO AKASH

38 changes: 38 additions & 0 deletions MemoryGame/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
version: "2.0"

services:
web:
image: jungpilyu/memorygame
expose:
- port: 80
as: 80
to:
- global: true
profiles:
compute:
web:
resources:
cpu:
units: 0.1
memory:
size: 512Mi
storage:
size: 2Gi
placement:
westcoast:
attributes:
organization: ovrclk.com
signedBy:
anyOf:
- "akash1vz375dkt0c60annyp6mkzeejfq0qpyevhseu05"
pricing:
web:
denom: uakt
amount: 9000

deployment:
web:
westcoast:
profile: web
count: 1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Awesome DeFi apps you can deploy on Akash
- [Supermario](supermario)
- [Minesweeper](minesweeper)
- [Tetris2](tetris2)
- [MemoryGame](Memorygame)
- [DOOM](doom)
- [Snake Game](snake-game)

Expand Down

0 comments on commit 9f48324

Please sign in to comment.