Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjyoon-dev/javascript-mini-game
군대에서 바닐라 자바스크립트로 만든 미니게임 모음
https://github.com/yjyoon-dev/javascript-mini-game
css game html javascript
Last synced: about 5 hours ago
JSON representation
군대에서 바닐라 자바스크립트로 만든 미니게임 모음
- Host: GitHub
- URL: https://github.com/yjyoon-dev/javascript-mini-game
- Owner: yjyoon-dev
- Created: 2020-10-21T09:46:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T17:32:40.000Z (almost 3 years ago)
- Last Synced: 2023-03-23T07:53:54.596Z (over 1 year ago)
- Topics: css, game, html, javascript
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 24
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Make GAME with Vanilla Javascript
![0](/readme/game.png)
군에 입대해있을 때 심심함을 달래기 위해 메모장으로 코딩하여 개발한 바닐라 자바스크립트 미니게임 모음집 프로젝트입니다. 추가 라이브러리를 사용하지 않고 개발되었으며 개발 당시 IDE가 메모장이라는 특이사항이 있습니다.
# 2048
![1](/readme/ex_2048.png)
- Play: [https://yjyoon-dev.github.io/games/2048.html](https://yjyoon-dev.github.io/games/2048.html)
# Tetris
![1](/readme/ex_tetris.png)
- Play: [https://yjyoon-dev.github.io/games/tetris.html](https://yjyoon-dev.github.io/games/tetris.html)
# Snake
![1](/readme/ex_snake.png)
- Play: [https://yjyoon-dev.github.io/games/snake.html](https://yjyoon-dev.github.io/games/snake.html)