Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
askvictor authored Sep 24, 2020
1 parent 5069f3f commit 1f2d490
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# MineClass

MineClass is a re-implementation of Minecraft Education Edition's Classroom Mode companion app. While Classroom Mode is very useful for classroom usage, it often lags
to the point of being completely unusable. MineClass also adds class lists/rosters so that you can save the students in a class, and more easily see who is missing -
this is super-useful for remote learning.

## Installation
Native apps coming soon!

For now, you'll need to install python 3.7+, and pyqt5 and pyqtgraph; or just `pip install -r requirements.txt`

## Usage
- Start MineClass
- Start Minecraft Education Edition and log in
- Go to Settings -> Profile
- Disable "Require Encrypted Websockets" (flick the switch to the left)
- Exit settings, and open a Minecraft World
- Copy the connect string from MineClass (press the copy button)
- In Minecraft, open a Terminal (press T) then paste the connect string (something like `/connect 192.168.3.12:65456`)
- View and control your world from within MineClass!

0 comments on commit 1f2d490

Please sign in to comment.