Skip to content

bh679/JudgeGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JudgeGPT

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?

Setup

Server Setup

AWS Lightsail NodeJS

Setup Security

IPv4 Firewall: Custom TCP 3000 Any IPv4 address
IPv6 firewall: Custom TCP 3000 Any IPv6 address

Installing Requirements

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

Run

Move into the server folder. Run pm2 start ecosystem.config.js Check status pm2 status Check log pm2 log

Update

V8 Oct 9, 24

Case Archives Update

  • Searchable Case Archives
  • Cases saved to database
  • Saerch Filter (stage of completion, humans involved)
Screenshot 2024-10-09 at 7 32 50 pm Screenshot 2024-10-09 at 7 32 26 pm

V7 Oct 2, 24

Chatroom now has better css,
Chatroom logs when people join the game.
Added footger back to game
Screenshot 2024-10-02 at 12 52 10 pm

V6 Oct 2, 24

Change footer to heading
Made cleaner, less links
Added about page, with links from preivous footer
Added about details
Screenshot 2024-10-02 at 12 14 54 pm

V5 Oct 1, 24

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. Screenshot 2024-10-01 at 11 11 50 pm

V4 Aug 6, 23

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! 😅 Watch the video

V4.00.01

New look! Screenshot 2023-08-06 at 11 29 35 pm Screenshot 2023-08-06 at 11 29 29 pm

V3 July 29, 23

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. image image

V2 July 24, 23

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. image

V1 — 07/17/2023 1:11 PM

Its come a long way in the last day, now has random graphics, improved UI for each game, and an analysis mode! image

V0 — 07/16/2023 1:43 PM

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?

http://3.24.141.2/JudgeGPT/ https://brennan.games/JudgeGPT/

Notes So far its only 2 player image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published