Please sign in to access this page
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
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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!
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!
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
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)
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.