Skip to content

A chat program I wrote in 2013/14 that ran within ComputerCraft, a mod for Minecraft.

Notifications You must be signed in to change notification settings

margeobur/FactioNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FactioNet

A chat program I wrote in 2013/14 that ran within ComputerCraft, a mod for Minecraft. It made use of ComputerCraft's virtual monitor and networking.

Disclaimer: being young, I didn't know about code maintainability or refactoring. I wasn't aware of how to call scripts from within other scripts in CCraft, so the program is literally one script. FacSetup is the installer script, which really existed for its own sake.

Screenshots

Title Screen of Factionet

alt text

Server session selection screen

alt text Servers could save chat sessions (iirc)

Entering the ID of the Host to join

alt text

Entering the password to join

alt text

What the actual chat GUI looked like

alt text As you can see, the virtual screen was very simple, but you could achieve some pretty neat effects

About

A chat program I wrote in 2013/14 that ran within ComputerCraft, a mod for Minecraft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages