<html><head></head><body>Thank you for the great suggestion.  I will have the font size updated after work today.<br>
<br>
As for the goal, it's more so an "open world sandbox" with multiplayer abilities.  Missions will be available in the game to complete.  These missions will mimic recent real world hacks, like those on Sony for example.  Where you, the player need to infiltrate a company to steal confidential data and deface them.  It's for people who would otherwise enjoy the thrill of hacking, but would otherwise not do it as it's illegal in almost every country.<br>
<br>
It's like how some 20ish year old would play call of duty, instead of joining the real army.  It gives the overall experience, but without the emotional or pain aspects involved.<br>
<br>
There won't be some huge story arch(or at least yet that's not in the plan).  The game will focus more on the simulation of a network of computers which can be otherwise hacked into by players.  There's also a social and community aspect in terms of the in-game chat system, so players can easily meet like minded individuals. In the future there will be missions that would require a group of players to perform.<br><br><div class="gmail_quote">On February 9, 2015 2:36:07 AM MST, Mateusz Viste <mateusz@viste.fr> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">I am not visually impaired, but I totally agree - reading this 'pseudo <br />retro' font is a real pain for me as well.<br /><br />Other than that, the project seems cool, and even quit advanced <br />technically. Nice idea!<br /><br />Mateusz<br /><br /><br /><br />On 09/02/2015 03:45, James Mills wrote:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> Holy hell Kevin you can write!<br /> (PS: I don't enjoy reading looong articles/messages!)<br /><br /> One thing; please pick a better/different front on the Web UI.<br /> (Being visually impaired reading that font it quite hard!)<br /><br /> Not really sure what the "goal of the game" is as such<br /> perhaps you can give a quick run-down of what to expect?<br /><br /> Look forward to BETA codes.<br /><br /> cheers<br /> James<br /><br /><br /> James Mills / prologic<br /><br /> E: prologic@shortcircuit.net.au
<mailto:prologic@shortcircuit.net.au><br /> W: <a href="http://prologic.shortcircuit.net.au">prologic.shortcircuit.net.au</a> <<a href="http://prologic.shortcircuit.net.au">http://prologic.shortcircuit.net.au</a>><br /><br /> On Mon, Feb 9, 2015 at 11:49 AM, Kevin Veroneau <kevin@veroneau.net<br /> <mailto:kevin@veroneau.net>> wrote:<br /><br />     Hello fellow Gopherlings!<br /><br />        I believe you might have recalled that I brought up and we all<br />     briefly<br />     discussed the possible development of a MUD made by us Gopherians.<br />     Well, long<br />     before I even had such an ill conceived idea that would ultimately<br />     never come<br />     into fruition.  I was working on a Massively Multiplayer Online Hacking<br />     Universe Game, or shortened to just MMOHUG.  You won't find this MMO<br />     genre<br />     type anywhere yet, as I am hoping that mine will be the first to market!<br />     Although I have been w
 orking
on it since 2012, and it has gone through a<br />     couple complete redesigns, I feel that now the game is taking the right<br />     direction.  Originally, it was going to be a web-based game, but I<br />     noticed<br />     that this market was already crowded and noticed the vast<br />     inferiority of web-<br />     based games in general.  In order to build real-time apps and games on a<br />     website, you needed some rather complex code, both in the front-end<br />     and the<br />     back-end...  This led me to rewrite the game completely using standard<br />     stdin/stdout terminal programming in Python.  This version of the game<br />     actually came along ways until I realized how it wouldn't scale very<br />     well.<br />     You see, each user would log in via a standard telnet connection,<br />     and telnetd<br />     forks the actual application I wrote.  For each connected player,<br />     the amount<br />     of resources grow!  If I reall
 y
wanted to take the game into the MMO<br />     type<br />     category, I needed to slim down the server component alot!<br /><br />        Now the server side is entirely written and listens on a TCP port<br />     directly,<br />     no forking needed.  I wrote a couple threads to manage some in-game<br />     stuff, but<br />     that's about it.  The game currently is about 10MB of RAM when idle,<br />     which is<br />     pretty good.  Each new connection doesn't increase the total size by<br />     much, as<br />     each player's persistent state doesn't take very much memory or<br />     resources.<br />     This also has the benefit of me being able to write a custom telnet<br />     client to<br />     make the game more appealing to those who don't want to use telnet,<br />     or my web-<br />     based terminal app.<br /><br />        Anyways, the point of this message is that, I believe this type<br />     of MMO/MUD<br />     game would appeal to most users o
 f this
mailing list.  It's a very<br />     technical<br />     game overall, and mostly fiction, but with some real-world elements<br />     to make it<br />     feel real enough for people who haven't hacked before.  By far, it<br />     feels way<br />     more realistic then that crap Ubisoft released last year, what's<br />     what game<br />     called again....<br /><br />        I personally like a hacking type game with a nice barrier between<br />     fiction<br />     and reality.  This is the type of atmosphere I am building with<br />     Hacker's Edge.<br />     The game feels real, and makes you actually feel like your hacking into<br />     computer systems, but is purely fiction.  It uses real-world<br />     elements, like<br />     IPv4, DNS, SMTP, and other popular Internet technologies.  Many<br />     commands which<br />     are used by real hackers are also used, but watered down to make it easy<br />     enough to pick up and play without feeling tedious.  
 Most
commands<br />     like "nmap"<br />     and "nslookup" require a good amount of research to understand their<br />     many<br />     options.  Hacker's Edge uses such commands, but they aren't as<br />     complex, so the<br />     player doesn't need to enter in a dozen options everytime they want<br />     to map<br />     ports on a remote host.<br /><br />        The game is going into closed beta soon, so that I can get people<br />     to test<br />     out the commands and the general feel of the game to give me their<br />     feedback.<br /><br />        One of the games highlights will be user created content in the<br />     forms of<br />     real functioning binary applications that run within the game<br />     world.  The game<br />     will include a compiler for a somewhat simple to use and understand<br />     dialect<br />     that gives players the ability to hook directly into the game's<br />     engine to<br />     create new types of servers and hack
 ing
programs that can be sold to<br />     other<br />     players using the in-game economy.  In my last implementation of the<br />     in-game<br />     coding, the dialect was very close to assembly language, while this felt<br />     really realistic, it was too complex to just jump into for most<br />     players. I<br />     first attempted to build a high-level language on top of that, which<br />     compiled<br />     into the in-game assembly, but that was too limiting.  This new and<br />     final<br />     version of the game will include a programming dialect that is easy<br />     to use and<br />     understand, yet powerful.  Using this, it should be technically<br />     possible to<br />     build in-game Gopher servers and clients.  While no in-game apps<br />     will have<br />     access to the real Internet, apps can communicate using the in-game<br />     simulated<br />     network.<br /><br />        Anyways, for more information, you can visit the gam
 e's
homepage<br />     in the HTTP<br />     space here: <a href="http://www.hackers-edge.com">http://www.hackers-edge.com</a>/  If there is enough<br />     interest from the<br />     Gopher community here, I may consider setting up a Gopherhole for<br />     the game as<br />     well, so that all the same information from the HTTP version can be<br />     accessed<br />     from Gopher as well.  However, you can currently view and post into<br />     the forums<br />     from within the game using the +bboard, +thread, and +reply<br />     commands.  Hooks<br />     into the HelpCenter will also be added soon too.<br /><br />        I am planning on distributing Beta invite codes very soon, so do<br />     let me know<br />     if your interested and I will send out a few codes onto this mailing<br />     list.<br />     Each code is a one use code, so take them before somebody else<br />     does.  I am<br />     limiting initial access to consider performance and overall se
 rver
load.<br /><br />     Best Regards,<br />        Kevin Veroneau<br />        gopher://<a href="http://gopher.veroneau.net">gopher.veroneau.net</a>/ <<a href="http://gopher.veroneau.net">http://gopher.veroneau.net</a>/><br />        Telnet: <a href="veroneau.net:5199">veroneau.net:5199</a> <<a href="http://veroneau.net:5199">http://veroneau.net:5199</a>><br /><br /><hr /><br />     Gopher-Project mailing list<br />     Gopher-Project@lists.alioth.debian.org<br />     <mailto:Gopher-Project@lists.alioth.debian.org><br />     <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/gopher-project">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/gopher-project</a><br /><br /><br /><br /><br /><hr /><br /> Gopher-Project mailing list<br /> Gopher-Project@lists.alioth.debian.org<br /> <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/gopher-project">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/gopher-project</a></blockquot
 e><br
/><br /><hr /><br />Gopher-Project mailing list<br />Gopher-Project@lists.alioth.debian.org<br /><a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/gopher-project">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/gopher-project</a><br /></pre></blockquote></div><br>
-- <br>
Sent from my Android device with K-9 Mail. Please excuse my brevity.</body></html>