Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilomgfx/go-skynet
Learning go and recreating a school lab i did in game artificial intelligence for my algorithms and data structures course. Originally made in java
https://github.com/wilomgfx/go-skynet
artificial-intelligence game gameai go golang minimax minimax-algorithm transposition-table
Last synced: 3 months ago
JSON representation
Learning go and recreating a school lab i did in game artificial intelligence for my algorithms and data structures course. Originally made in java
- Host: GitHub
- URL: https://github.com/wilomgfx/go-skynet
- Owner: wilomgfx
- License: mit
- Created: 2018-07-31T15:05:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T00:48:16.000Z (over 6 years ago)
- Last Synced: 2024-05-13T00:13:09.802Z (6 months ago)
- Topics: artificial-intelligence, game, gameai, go, golang, minimax, minimax-algorithm, transposition-table
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - go-skynet
README
# go-skynet
Learning go and recreating a school lab i did in game artificial intelligence for my algorithms and data structures course.Originally made in java