This is a simple game. Try to guess as many Bohdi language words that you can. If you get it right, you get a point.
Use the "Cheat!" button to see the list of words... but it will cost you 2 points every time you do.
yarn
yarn start
In the json
branch, the words list is retrieved via REST endpoint (uses json-server).
- Use Firebase to store words.
- UI to add new words to the dictionary.
- Multi-tenant, allow users to create their own account with a unique handle and their own word lists.
- Leaderboard shwoing hi scores per logged in user (by handle).
https://github.com/pairshaped/bohdilang
Bohdi's Language Translator Copyright (C) 2019 Bohdi Rapin
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.