GitXplorerGitXplorer
o

tetris-bot

public
9 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
322ec2e706b1d34770e64402924e4901bafe320e

add additional logging to show.py

oomgimanerd committed 4 years ago
Unverified
a00935b963a60797a8543a36c9af4d0af47e1dbf

Fix a huge bug where we forgot to permutate the tetromino orientations FUCK ME

oomgimanerd committed 4 years ago
Unverified
2f6bbe70731971f538fdca0cf350705eef2ed37a

Fix unit test syntax error

oomgimanerd committed 4 years ago
Unverified
0228bb9cd9fc83d3dcf55bf548663159448d939a

FEEX DE BOOGS

oomgimanerd committed 4 years ago
Unverified
e1108c43dad6902e4f22d990b7857bfe0a60ed35

Fix show.py to work with new TetrisChromosome library

oomgimanerd committed 4 years ago
Unverified
1f87938d66f9089e46b2b91e57e0a5166aba4865

Fix bug where TetrisDriver.create() does not use a new field instance each invocation

oomgimanerd committed 4 years ago

README

The README file for this repository.

Tetris Bot

This version of the code contains a framework for a genetic algorithm that iteratively learns to play Tetris. Read about it here.

Contributing

Fork this repository and clone it to your own computer. Send me a pull request with interesting thoughts, ideas, or suggestions. Please follow the PEP8 standard if you are contributing to the codebase and remember to run the unit tests. To use the pre-commit hook, run:

ln -s ../../pre-commit.sh .git/hooks/pre-commit

from the project root.

Creators

Alvin Lin (omgimanerd)