https://github.com/proycon/vocajeux
https://github.com/proycon/vocajeux
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/proycon/vocajeux
- Owner: proycon
- Created: 2018-12-23T19:27:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T21:36:57.000Z (over 6 years ago)
- Last Synced: 2025-04-04T11:07:14.520Z (over 1 year ago)
- Language: Rust
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vocajeux
==========
A modular and high-performance vocabulary learning toolset. At its core it
provides a Rust library which can be used to build all kinds of vocabulary
games and trainers. Includes are several tools you can use of the box.
This project is currently developed as a toy project for me to learn Rust.
The following tools are provided:
* ``vj`` - The standalone terminal-based vocajeux tool. It offers various quiz types and flashcard ability.
* ``vjd`` - The vocajeux daemon, provides a webservice that servers vocabulary lists and maintains scores.
* ``vjc`` - The vocajeux client, communicates with the daemon.
Future
-------
* Webinterface communicating with vjd
* Python binding