All Projects → omgimanerd → game-framework

omgimanerd / game-framework

Licence: MIT License
A basic multiplayer game framework

Programming Languages

javascript
184084 projects - #8 most used programming language
Pug
443 projects

Projects that are alternatives of or similar to game-framework

fao
Party game based on Oink Games' tabletop game, "A Fake Artist Goes to New York." Draw with your phone or a mouse.
Stars: ✭ 70 (+89.19%)
Mutual labels:  multiplayer, socketio
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+86.49%)
Mutual labels:  multiplayer, socketio
ENetUnityMobile
Using ENet-CSharp for a multiplayer setup with a Unity Client and .Net Core Server environment
Stars: ✭ 27 (-27.03%)
Mutual labels:  multiplayer
Dot-World-Maker
Online web role playing game (RPG) engine let you build your own game directly from your browser.
Stars: ✭ 25 (-32.43%)
Mutual labels:  multiplayer
chat-server
A simple chat server using Flask, SocketIO and ReactJS.
Stars: ✭ 15 (-59.46%)
Mutual labels:  socketio
symphony-of-empires
Symphony of the Empires is a RTS strategy game and map game.
Stars: ✭ 67 (+81.08%)
Mutual labels:  multiplayer
colyseus-cocos2d-x
⚔️ Colyseus Multiplayer SDK for Cocos2d-x
Stars: ✭ 14 (-62.16%)
Mutual labels:  multiplayer
onchat-web
A simple, beautiful, mobile-first instant messaging progressive web application.
Stars: ✭ 138 (+272.97%)
Mutual labels:  socketio
Starbound-WEdit
WEdit is a tech mod that allows you to edit the world around you on a larger scale through various functions and features not present in the game.
Stars: ✭ 26 (-29.73%)
Mutual labels:  multiplayer
haskell-tic-tac-toe
A multiplayer web real-time implementation of the famous Tic Tac Toe game in Haskell.
Stars: ✭ 51 (+37.84%)
Mutual labels:  multiplayer
visual-ts-game-engine
Typescript project based on matter.ts implementation."This version 2 of visualjs game engine, totally different approach. Whole project is based fully dependency build. Main file is app.ts and ioc.ts. Class ioc saves singleton instances also bind. In this project html and css is also present, webpack helps and handle this type of files. GamePlay…
Stars: ✭ 15 (-59.46%)
Mutual labels:  multiplayer
codeplayer
An online judge system for competitive programming platform, The website is hosted on http://codeplayer.co.in
Stars: ✭ 12 (-67.57%)
Mutual labels:  socketio
Ogar3
A better version of Ogar
Stars: ✭ 22 (-40.54%)
Mutual labels:  multiplayer
StarshipAcademy
a Multiplayer WebVR Space Shooter made with A-Frame and Socket.io
Stars: ✭ 24 (-35.14%)
Mutual labels:  multiplayer
chatbot
🤖️ 基于 PyTorch 的任务型聊天机器人(支持私有部署和 docker 部署的 Chatbot)
Stars: ✭ 77 (+108.11%)
Mutual labels:  socketio
MPPatch
Patch for Civilization V to allow modded multiplayer. Currently under development.
Stars: ✭ 31 (-16.22%)
Mutual labels:  multiplayer
text
An experiment with WebSockets and the human condition.
Stars: ✭ 51 (+37.84%)
Mutual labels:  multiplayer
NodeListServer
Node List Server is a multi-purpose server list system. NodeJS powered and supports Docker.
Stars: ✭ 65 (+75.68%)
Mutual labels:  multiplayer
playhouse
A platform for real-time multiplayer trivia games 🎮
Stars: ✭ 20 (-45.95%)
Mutual labels:  multiplayer
multipiano
A vuejs application which allow users to play piano with friends!
Stars: ✭ 33 (-10.81%)
Mutual labels:  socketio

game-framework

This is a generic multiplayer game framework used by me. The master branch contains a minimal implementation of multiplayer interaction on top of which more functionality can be added. Read about it How To Build A Multiplayer Game part one and part two.

Games Built With This Framework

Setting Up:

This project requires node version 0.12 or greater.

npm install

Creators:

  • Alvin Lin (omgimanerd)
  • Kenneth Li (noobbyte)

License

MIT

© 2017 Penumbra Games

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].