Play at brennan.games/JudgeGPT
JudgeGPT, the game where ai decides you or your friends fate in courtroom. It also decides well as what you are been accused of. You each have one chance to prove your innocence. Convince the ai judge you are innocent. Efficient and succinct justice with all the bias and inaccuracy of ai. Who is better at convincing the Judge they are innocent?
AWS Lightsail NodeJS
IPv4 Firewall: Custom TCP 3000 Any IPv4 address
IPv6 firewall: Custom TCP 3000 Any IPv6 address
Replace the /opt/bitnami/apache/conf/bitnami/bitnami-ssl.conf
sudo /opt/bitnami/ctlscript.sh restart apache
npm install -g pm2
npm installc cors
npm install express
npm install axios
npm install elevenlabs-node
npm install play-sound
npm install sqlite3
npm install dotenv
//cant tell if I am using this
npm install multer
npm install form-data
Put evnionment variables into env.js
Looking like this
ENV.TNL_API_KEY = 'XXXX';
ENV.OPENAI_API_KEY = 'XXXX';
ENV.ELEVENLABS_API_KEY = 'XXXX';
module.exports = ENV;
Public Client Setup
npm i bootstrap@5.3.0
Move into the server folder.
Run pm2 start ecosystem.config.js
Check status pm2 status
Check log pm2 log
Case Archives Update
- Searchable Case Archives
- Cases saved to database
- Saerch Filter (stage of completion, humans involved)
Chatroom now has better css,
Chatroom logs when people join the game.
Added footger back to game
Change footer to heading
Made cleaner, less links
Added about page, with links from preivous footer
Added about details
Music hasbeen added (by Dale) Volume controls, and set default leveling of volume Live chat for people not playing (and current players) Restored the most recent version that has a chatroom for spectators Shorter conclusions Fixed a lot of bugs. Ohhh.. and the game is live again after 6 months of being down.
JudgeGPT is now voiced by ai, and live at https://brennan.games/JudgeGPT👩⚖️🧑⚖️👨⚖️ V4 now has the option to turn on voices! They are fantastic, hilarious an shockingly human for ai generated voices. Make sure you turn it on first thing when loading up the game. The game exists as a single multiplayer courtroom. Join in on the action, or watch the current hearing and wait your turn to be served justice! Whiles it’s v4, it’s still buggy. If it gets stuck, there is a restart server button at the bottom! 😅
JudgeGPT, the game where ai decides you or your friends fate in courtroom. It also decides well as what you are been accused of. You each have one chance to prove your innocence. Convince the ai judge you are innocent. Efficient and succinct justice with all the bias and inaccuracy of ai. Who is better at convincing the Judge they are innocent? Note: Game is still in development. There is only one courtroom, so if you aren't in the hearing you are in the audience. If it seems stuck, there is a restart button at the bottom.
Latest version of JudgeGPT is looking great!
Now runs as a single session, that is networked mutliplayer using sockets. So everyone will be connected to the same live-case, and be able to join and participate as it comes up with new cases.
UI has been improved a lot, and has better mobile support.
Its come a long way in the last day, now has random graphics, improved UI for each game, and an analysis mode!
So I am working on this game called JudgeGPT.
Its a game based in a futuristic small claims court room, where ai has replaced the lawyers & judges in the legal system. You and another player fight it out in the court room to see who wins the case.
It is early stages, proof of concept prototype. What do you think? I am looking for feedback on what the UI could look like. I was originally thinking a simple chatbot, but I want to make it more legally / court-y. Any thoughts? What does a the future of virtual court rooms look like?