Skip to content

Commit dc26291

Browse files
author
Chuyang Liu
committed
[doc] cleanup
1 parent e15ae5a commit dc26291

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Snake
22

3-
The project focuses on the artificial intelligence of the [Snake][wiki-snake] game. The snake's goal is to eat the food continuously and fill the map with its bodies as soon as possible. Originally, the project was [written in C++][snake-proj-old]. It has now been rewritten in Python for a user-friendly GUI and the simplicity in algorithm implementations.
3+
The project focuses on the artificial intelligence of the [Snake][snake-wiki] game. The snake's goal is to eat the food continuously and fill the map with its bodies as soon as possible. Originally, the project was [written in C++][snake-cpp]. It has now been rewritten in Python for a user-friendly GUI and the simplicity in algorithm implementations.
44

55
***[Algorithms >][doc-algorithms]***
66

@@ -39,12 +39,9 @@ python -m pytest -v
3939
See the [LICENSE](./LICENSE.md) file for license rights and limitations.
4040

4141

42-
[snake-proj-old]: https://github.com/chuyangliu/Snake/tree/7227f5e0f3185b07e9e3de1ac5c19a17b9de3e3c
42+
[snake-wiki]: https://en.wikipedia.org/wiki/Snake_(video_game)
43+
[snake-cpp]: https://github.com/chuyangliu/snake/tree/7227f5e0f3185b07e9e3de1ac5c19a17b9de3e3c
4344

44-
[build-travis]: https://travis-ci.org/chuyangliu/snake
45-
[build-appveyor]: https://ci.appveyor.com/project/chuyangliu/snake/branch/master
46-
47-
[wiki-snake]: https://en.wikipedia.org/wiki/Snake_(video_game)
4845
[doc-tkinter]: https://docs.python.org/3/library/tkinter.html
4946
[doc-algorithms]: ./docs/algorithms.md
5047
[doc-greedy]: ./docs/algorithms.md#greedy-solver

0 commit comments

Comments
 (0)