Dots(Dots Snake Game) is a GUI based pc game that is a derivative version of snake game.
This project is a assignment of OSS(Open Source SW Project), CSE, CAU
| Menu | Single Play | Rank |
|---|---|---|
![]() |
![]() |
![]() |
| Dual Play | Auto Play |
|---|---|
![]() |
![]() |
-
Install python(v3.x), pygame, git
-
Clone the remote repository from github
$ git clone https://github.com/CAU-2022-OSS/snake-game.git-
Install font in static/font/poxel.ttf
-
Move to src directory
$ cd snake-game/src- Execute main.py
$ python main.py
// or (depend on your version)
$ python3 main.py| Name | Department | Role | Github |
|---|---|---|---|
| 공예지 | 소프트웨어학부 | Menu / Data Logic dev |
|
| 권혁민 | 소프트웨어학부 | Game Logic dev |
|
| 김명승 | 소프트웨어학부 | UI, Documentation |
|
| Library | License | Description |
|---|---|---|
| pygame | LGPL | Base library |
| poxel | NO COMMERCIAL USE | Font |
GNU LESSER GENERAL PUBLIC LICENSE (LGPL)
Copyright ⓒ 2022 CAU-2022-OSS





