Skip to content

stmSi/Ultimate-Myanmar-Typing-Wizard

Repository files navigation

Ultimate Myanmar Typing Wizard (WIP) MIT License

Created in Godot Engine 4.6.2 Stable

Download Release Builds

Web exports are built from the Web export preset and deployed to GitHub Pages by .github/workflows/build.yml. GitHub Releases can publish Linux, Windows, macOS, and web build assets through .github/workflows/release.yml. Create local desktop release builds with python3 script/export_desktop_builds.py. Create a local export with python3 script/export_web_build.py. For local preview after exporting, run python3 script/serve_web_build.py.


Requirements

  • OpenGL 3.3 / OpenGL ES 3.0 compatible hardware
  • No Need To Install Myanmar Unicode Keyboard or Font (Auto Convert English-To-Myanmar )

Todo:

  1. Better UI Stuff (Proper Menus and stuffs)
  2. Optimize the engine build (Remove unnecessary modules... e.g. 3D, Navigation etc. )
  3. Mini Games
  4. Network Competition
  5. User Profile to track progress, stats, frequent mistakes, etc. (Done)
  6. Lessons and Exercies
    1. Basic (Done)
    2. Intermediate
    3. Advance
  7. Localize UI with Burmese

Report Issues:

Feel free to report any Bugs, Crashes, or Mistakes inside Lessons/Exercises. I will reply and fix as soon as I can.


Contributions:

  1. Download Godot Engine 4.6.2 Stable. (Future 4.x versions should be close, but this repo is currently maintained against 4.6.2.)
  2. Fork this repo to your github account and git clone your forked repo
  3. Open project.godot with Godot

Main Menu Screenshot


Exercise Editor Screenshot


Playground Screenshots

MIT License

Copyright (c) 2023 Si Thu Myo stm1998sithumyo@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.