msh1273 / typingGame

Typing practice game using Python and SQLlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypingGame

타자연습 게임
A typing practice game will be played for 5 rounds.
If you enter the correct answer more than 3 times, pass
Question words are randomly generated.

Press Enter to start.

image

Database (SQLite)

table: records
records(id, correct_cnt, record, regdate)

image

About

Typing practice game using Python and SQLlite


Languages

Language:Python 100.0%