This is the client for the FGL Database, a terminal based communication platform for the Future Gadget Lab. This started as a joke, but I enjoyed developing it, and my friends enjoyed using it.
You can build the client and server yourself to use with your friends. Although it's not very useful.
- User accounts (register/login)
- Announcements
- Lab Reports
- Gadget Reports
- Member Reports
- Interactive shell
- Group messaging
- Private messages
- Multiplayer games
- Go 1.14+
- Windows, macOS, or Linux
- Some things may not work properly on Windows cmd. Windows Terminal is recommended.
git clone https://github.com/trebabcock/fgl-client.git
cd fgl-client
go build
In order to connect to your server, you must ensure that config/config.json
contains the correct IP and port.