projects for opensource-SW-project 2022-1
Press ESC to EXIT game (always) [terminate GAME!]
Press 1 to start Single Play
Press 2 to start Dual Play
Press 3 to start Auto Play
Press L to load data
Press K to see Ranking
Press P to pause
Press P to resume
Press S to save data [Only Single Play]
Press R to restart
Press M to go Menu
$ git clone https://github.com/Raoun4136/CAU_OSS_2022.git
## Run index.html ##
## WE RECOMMEND CHROME BROWSER ##
https://raoun4136.github.io/CAU_OSS_2022/
├── font # font
│ ├── Square-Dot-Matrix.ttf # ttf
│ ├── square-dot-matrix-webfont.woff # woff
├── src #
│ ├── css # css
│ │ ├── style.css #
│ │ ├── t-normalize.css # css 초기화
│ ├── js # js
│ │ ├── apple.js #
│ │ ├── divToggle.js # gameScreen Div들을 toggle하는 함수
│ │ ├── gameOver.js #
│ │ ├── initGame.js # main JS 첫 시작함수
│ │ ├── keyDown.js # keyDown 함수
│ │ ├── player.js # player Object
│ │ ├── ranking.js #
│ │ ├── resetGame.js # resetOption
│ │ ├── saveLoad.js #
│ │ ├── screen.js #
│ │ ├── snake.js #
│ │ ├── value.js #
├── index.html # default html
└── README.md