Skip to content

Latest commit

 

History

History
152 lines (121 loc) · 6.21 KB

README.md

File metadata and controls

152 lines (121 loc) · 6.21 KB

bibleBooksChineseGame

A matching game for Chinese and English Bible books

Sections:

Installation
Sample Screenshots
Features
Zoom Sharing
WinForms (Old Design)
Credits


Installation

To install, download the latest release here. Download and run bibleBooksGameSetup.exe to install bibleBooksChineseGame onto your computer. You may choose to uninstall at any time by uninstalling from your programs list. The application will automatically check for new updates every time it is started, or you can check manually in the settings page.

System Requirements:

Windows: Runs on Microsoft .NET Framework 4.6.1

Common Installation Issues:

Administrator has blocked install

You may see an error like this that blocks the install:
Blocked Install Security Warning

If you are the administrator account and are able to change computer settings:

  • Search for "Registry Editor" or "regedit" on your computer.
  • Find the Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Security\TrustManager\PromptingLevel security settings as shown below.
  • Ensure that "Internet" is set to "Enabled". If it is disabled, double click "Internet" and change the data to be set to "Enabled".
    Change the "Internet" security setting
  • Note: Changing this setting will still allow you to decide whether or not to install applications from unknown publishers. You will still be warned, but you will be allowed to install if you choose to.

When these steps have been completed, you should see a window like this on the install:
Correct Install Security Warning

Back to Top


Sample Screenshots

Select User
Select User


New User
New User


Main Menu
Main Menu


Help Window Help Window

Hebrew Scriptures Match Chinese to English
Hebrew Scriptures Match Chinese to English


Hebrew Scriptures Reorder Books
Hebrew Scriptures Reorder


Greek Scriptures Match Chinese to English
Greek Scriptures Match Chinese to English


Greek Scriptures Reorder Books
Greek Scriptures Reorder


Statistics
Statistics


Settings
Settings

Back to Top


Features

See CHANGELOG.md for detailed changes with each version.

  • Language setting to switch interface and games from English to Chinese and vice versa
  • Help button to display video tutorials
  • Matching games for Hebrew and Greek Scriptures with Chinese and English
  • Reorder Bible books games for Hebrew and Greek Scriptures
  • Opportunity to earn badges during play
  • Enter codes to earn more badges
  • Statistics page tracks average and record scores and times
  • Turn on or off audio pronunciation for Bible books
  • Multiple users stored per device
  • Responsive design for different screen sizes

Zoom Sharing

Update:
The newest version of Zoom supports dragging operations of touchscreen devices. This game will now also work with giving a touchscreen user Remote Control.

Previous versions of Zoom:
To share this application on Zoom and allow another person to control the screen through Remote Control, you will need to install this application. Download and install the right-click-and-drag.exe file to use.

To use, open the Right Click and Drag application, and check the checkbox to enable the application to start. When finished sharing on Zoom, uncheck the enabled box to end use. The Remote Control user will need to touch and hold down the Bible book labels for 2 seconds before they can drag it.

The Right Click and Drag application was created by another GitHub user, and uses HotKey operations to turn all right clicks into a left click and drag operation. On Zoom, holding down indicates a right click, so this application will simulate a dragging motion on the host application.

Back to Top


WinForms (Old Design)

This application was originally created using WinForms, and then changed to use WPF. To see the original WinForms branch, click here. The following are screenshots of the old design:

WinForms Hebrew Match WinForms Hebrew Match


WinForms Greek Reorder WinForms Greek Reorder


Credits