{"id":17988083,"url":"https://github.com/lujun9972/el-typing-game","last_synced_at":"2025-04-04T03:24:14.753Z","repository":{"id":41071101,"uuid":"44979316","full_name":"lujun9972/el-typing-game","owner":"lujun9972","description":"a simple typing game in emacs","archived":false,"fork":false,"pushed_at":"2016-04-26T12:21:31.000Z","size":18,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-09T15:12:18.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lujun9972.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-26T15:52:19.000Z","updated_at":"2018-09-10T09:30:34.000Z","dependencies_parsed_at":"2022-08-31T00:11:08.789Z","dependency_job_id":null,"html_url":"https://github.com/lujun9972/el-typing-game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Fel-typing-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Fel-typing-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Fel-typing-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lujun9972%2Fel-typing-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lujun9972","download_url":"https://codeload.github.com/lujun9972/el-typing-game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247114356,"owners_count":20885919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T19:10:34.511Z","updated_at":"2025-04-04T03:24:14.735Z","avatar_url":"https://github.com/lujun9972.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: README\n#+AUTHOR: DarkSun\n#+CATEGORY: el-typing-game\n#+DATE: [2015-11-05 周四 10:31]\n#+OPTIONS: ^:{}\n\n* What is typing-game\nIt's a simple typing game in Emacs. You can customzie which characters to practice, how fast the characters failing and something else.\n\n* How to play\n1. require the file\n\n   #+BEGIN_SRC emacs-lisp\n     (require 'typing-game)\n   #+END_SRC\n\n2. play the game\n\n   ~M-x typing-game-start-game-at-speed~\n   \n   Also,you can use prefix argument to specify the game-level. The higher level means higher failing speed. \n   \n   The default game-level is 3 which is specified by the variable `typing-game-default-level'\n\n3. stop the game and show the result\n\n   ~M-x typing-game-stop-game~\n   \n   It will stop the game and show how long you have played, how many socres you have got and which characters you have missed.\n\n* Customize\n~M-x customze-group \u003cRET\u003e typing-game \u003cRET\u003e~\n\n** typing-game-characters\nuse this variable to customzie the characters to be practiced\n\n** typing-game-default-level\nthe default level for typing game\n\n** typing-game-characters-per-row\nhow many characters will be generated one row\n\n** typing-game-scores-per-escaped-character\nScore penalty for each character which escaped\n\n** typing-game-scores-per-erased-character\nScore per character erased.\n\n** typing-game-buffer\nBuffer name for `typing-game'.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujun9972%2Fel-typing-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flujun9972%2Fel-typing-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flujun9972%2Fel-typing-game/lists"}