An open API service indexing awesome lists of open source software.

https://github.com/timmoth/snake


https://github.com/timmoth/snake

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Snake

AI driven Snake implementation using NeuralSharp & AppFramework

[![tests](https://github.com/Timmoth/Snake/actions/workflows/test.yml/badge.svg)](https://github.com/Timmoth/Snake/actions/workflows/test.yml)
[![demo](https://github.com/Timmoth/Snake/actions/workflows/demo.yml/badge.svg)](https://timmoth.github.io/Snake/)
[![code metrics](https://github.com/Timmoth/Snake/actions/workflows/metrics.yml/badge.svg)](https://github.com/Timmoth/Snake/blob/main/CODE_METRICS.md)
![last commit](https://img.shields.io/github/last-commit/Timmoth/Snake?style=flat&cacheSeconds=86000&color=brightgreen)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

Training the network
```
cd Train
dotnet run train
```