https://github.com/haimonmon/nein-eleven
A Retro Tetris game but instead of just blocks, how about a block with words on it, with a new word base tetris game. 🎉 🎉
https://github.com/haimonmon/nein-eleven
game game-development ngrams nlp python python3 tetra tetris tetrominoes word
Last synced: 11 months ago
JSON representation
A Retro Tetris game but instead of just blocks, how about a block with words on it, with a new word base tetris game. 🎉 🎉
- Host: GitHub
- URL: https://github.com/haimonmon/nein-eleven
- Owner: Haimonmon
- License: mit
- Created: 2025-08-02T13:34:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T04:37:32.000Z (11 months ago)
- Last Synced: 2025-08-15T06:22:19.509Z (11 months ago)
- Topics: game, game-development, ngrams, nlp, python, python3, tetra, tetris, tetrominoes, word
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeTra
A Retro Tetris game but instead of just blocks, how about a block with words on it, with a new word base tetris game. 🎉 🎉
##
Firstly make sure to download the [file](https://tatoeba.org/en/downloads), then extract it within bitEngine\data\sentences, the file name of source file is `eng_sentence.tsv` and file type should be ` TSV `, for transfering or modify the dataset size of English sentences in txt file format by accesing or run
```python
python python .\config\transfer_tsv.py
```
##