ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/Qzhteln/trunk/README
Revision: 2
Committed: Wed Feb 11 13:07:01 2026 UTC (8 weeks, 3 days ago) by figdor32
File size: 865 byte(s)
Log Message:
Initial check-in

File Contents

# User Rev Content
1 figdor32 2 Quizhouse_poor multiplayer
2    
3     No dependencies, runs under .NETFX 4.5.2+ or Mono, exposes a Telnet server at 0.0.0.0:1553.
4    
5     The quizes and comments are stored in a basic database called BasicKeyValue, which splits the data inside based on the first character of its name, this should make it so that, at least for random strings, the data should be split about equally.
6    
7     Building:
8    
9     1. Check out the repository by going:
10     svn checkout svn://svn.figdor32.pl/repo/Qzhteln/trunk
11     2. Open up TELTest.sln and hit build.
12    
13     Important:
14    
15     When connecting to the server, make sure so that your client is configured to the equivalent of:
16    
17     Local echo off
18     New line mode - Causes return key to send CR & LF
19     Current mode: Console
20     Will term type
21     Preferred term type is ANSI
22     Width: 120 columns
23    
24     Otherwise the GUI will break. Microsoft telnet works out of the box.