Please sign in to access this page

BBB / club bear

BBB / club bear

5 devlogs
17h 58m
•  Ship certified
Created by Bailey Miles

BBB, also known as club bear, is a game where anyone can connect to each other and speak in a 2D world, the game itself is very basic and has limited functionality but works, BBB is based on a networked client that I made a modified version of for the ursina game engine

Timeline

Ship 1

0 payouts of shell 0 shells

Bailey Miles

about 5 hours ago

Bailey Miles Covers 5 devlogs and 17h 58m

Did some last minute coding to document how you can adapt the code and make your own server as well as actually setting up my server so that you can play it. If you just want to create a private server no modifications, then all you have to change is server.js and change the port, the client on my site can input your ip and port and then connect!

Update attachment

A happy day indeed! I got the final functionality working (support custom servers and a server list) I'm not the best when it comes to dealing with dynamic content so I do expect it will break very easy but initial tests show that it's working very well, the connection test and actual display of the servers works amazingly and I am VERY proud of myself!

Update attachment

Ahhh a fresh new devlog that I didnt forget about. This update introduces emoji support and enabling a profanity filter if you don't like swear words, had to rewrite a lot of the logic to handle the new message system and I removed an old chatbox thing that I forgot about... I hope it doesn't break everything. Next on the agenda is support for custom servers, I mean that is the essence of BBB

Update attachment

Oops forgot to post a devlog on the previous update. Latest update to the application makes it so you can set a username and added backend updates (3 hour update, other two hours spent on the profanity filter and emojis ;P)

Update attachment

Hello dudes welcome to devlog 1, This devlog covers the basic functionality of the server and client allowing for movement messages, actual messages and other niche features, there is much more to add such as the sound file and emojis and the swear word list.

Update attachment
Bailey Miles Bailey Miles 1 day ago
Development time was really fast thanks to another project I created ages ago called “Dance Party” which I stole some of the functionality from and adapted into this