https://github.com/timmoth/snake
https://github.com/timmoth/snake
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timmoth/snake
- Owner: Timmoth
- License: mit
- Created: 2022-04-02T09:58:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T23:16:56.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:49:23.584Z (over 1 year ago)
- Language: C#
- Size: 18.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake
AI driven Snake implementation using NeuralSharp & AppFramework
[](https://github.com/Timmoth/Snake/actions/workflows/test.yml)
[](https://timmoth.github.io/Snake/)
[](https://github.com/Timmoth/Snake/blob/main/CODE_METRICS.md)

[](https://opensource.org/licenses/MIT)
Training the network
```
cd Train
dotnet run train
```