Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

군대에서 바닐라 자바스크립트로 만든 미니게임 모음

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)