https://github.com/howz1t/evolutiontext
A small python script which uses previous solutions and random choice to build up and learn which combinations of characters make the target (input) word. Created by Dylan Randall
https://github.com/howz1t/evolutiontext
Last synced: 11 months ago
JSON representation
A small python script which uses previous solutions and random choice to build up and learn which combinations of characters make the target (input) word. Created by Dylan Randall
- Host: GitHub
- URL: https://github.com/howz1t/evolutiontext
- Owner: HOWZ1T
- License: mit
- Created: 2017-08-01T06:06:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T06:07:00.000Z (almost 9 years ago)
- Last Synced: 2025-02-21T13:30:46.334Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evolutionText
A small python script which uses previous solutions and random choice to build up and learn which combinations of characters make the target (input) word. Created by Dylan Randall