https://github.com/ruzhila/snake-java
Snake game implemented in 100 lines of Java
https://github.com/ruzhila/snake-java
100-line-code campus-project java-game learning-by-doing
Last synced: 10 months ago
JSON representation
Snake game implemented in 100 lines of Java
- Host: GitHub
- URL: https://github.com/ruzhila/snake-java
- Owner: ruzhila
- License: bsd-3-clause
- Created: 2024-04-29T09:55:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T10:30:17.000Z (over 1 year ago)
- Last Synced: 2025-01-14T07:51:36.497Z (12 months ago)
- Topics: 100-line-code, campus-project, java-game, learning-by-doing
- Language: Java
- Homepage: https://ruzhila.cn/blog?from=github_snake_java
- Size: 44.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A snake game using swing, 100 lines java code
By [ruzhila.cn](http://ruzhila.cn/?from=github_snake), a campus for learning backend development through practice.
### 🚀 [100-line-code](https://github.com/ruzhila/100-line-code) A collection of learning projects written in 100 lines of code
This is a tutorial code demonstrating how to use Java write game. Pull requests are welcome. 👏

## Usage
```bash
javac SnakeGame.java
java SnakeGame
```