Please sign in to access this page
TermEmoji - IMMORTAL COOL PRO Battle Royale
An epic terminal-based emoji battle royale game with modular architecture, infinite respawns, power-ups, and advanced AI!
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!
I created The game using python, and since I haven't made any websockets or server for gaming, I started by creating singleplayer mode with basic AI bots to make the game playable : ), After everything worked I started implementing the server using simple python library called: socketserver and threading ofc.
Then made net_client in the game to finally support multiplayer and implemented an entry page to choose from singleplayer and multiplayer and now fixing bugs and adding more features.