Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.43 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.43 KB

Bohdilang

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.

Try it out!

Installing Dependencies

yarn

Running It

yarn start

Roadmap

In the json branch, the words list is retrieved via REST endpoint (uses json-server).

  1. Use Firebase to store words.
  2. UI to add new words to the dictionary.
  3. Multi-tenant, allow users to create their own account with a unique handle and their own word lists.
  4. Leaderboard shwoing hi scores per logged in user (by handle).

Source

https://github.com/pairshaped/bohdilang

Copyright and License

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/.