Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafasofizada/modcon-io-game
A multiplayer, .io-style online military tactics game.
https://github.com/rafasofizada/modcon-io-game
game game-development io-game iogame mmo multiplayer multiplayer-game online phaser phaser-game phaserjs socket-io
Last synced: 2 days ago
JSON representation
A multiplayer, .io-style online military tactics game.
- Host: GitHub
- URL: https://github.com/rafasofizada/modcon-io-game
- Owner: rafasofizada
- License: mit
- Created: 2017-09-05T06:43:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T09:17:16.000Z (over 6 years ago)
- Last Synced: 2025-01-16T06:59:41.024Z (6 days ago)
- Topics: game, game-development, io-game, iogame, mmo, multiplayer, multiplayer-game, online, phaser, phaser-game, phaserjs, socket-io
- Language: JavaScript
- Homepage:
- Size: 527 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ModCon.io
## A multiplayer, .io-style online military tactics game.
## Многопользовательская онлайн военно-стратегическая игра в стиле .io### Description (English)
Online multiplayer tactics game. Concept based on mobile game Modern Combat. Several game rooms work simultaneously. Processing of large amountы of data, graphical optimisation in browser (stable 55-60FPS on MacBook Pro 2015). Fast data transfer between up to 8 game clients to server and vice versa, tens of times per second.
Technology stack (JavaScript):
* Node.JS — entire back-end game logic and server code
* |_ Express.JS — HTTP routing
* |_ Socket.io — fast data/event transfer between clients and servers
* Phaser.JS — entire front-end game logic, graphics, controls### Описание (Русский)
Онлайн многопользовательская (multiplayer) тактическая игра. Задумка основана на мобильной игре Modern Combat. Несколько игровых комнат работают одновременно. Работа с большим количеством данных, графическая оптимизация в браузере (игра стабильно работает 50-60FPS на MacBook Pro 2015). Стремительная передача игровых данных от клиента к серверу и ко всем остальным клиентам десятки раз в секунду.
Технологии (JavaScript):
* Node.JS — вся бэк-энд логика игры и серверный код
* Express.JS — HTTP-роутер
* Socket.io — быстрая передача данных/событий
* Phaser.JS — вся фронт-энд логика игры, графика, управление### Screenshots
![A multiplayer, .io-style online military tactics game.](https://user-images.githubusercontent.com/19387589/44419122-5c289200-a58b-11e8-80e6-a7e572f99f0d.png)
![A multiplayer, .io-style online military tactics game.](https://user-images.githubusercontent.com/19387589/44419129-5d59bf00-a58b-11e8-9940-36730dc33884.png)
![A multiplayer, .io-style online military tactics game.](https://user-images.githubusercontent.com/19387589/44419516-7adb5880-a58c-11e8-8f07-557cf3a803dd.png)
![A multiplayer, .io-style online military tactics game.](https://user-images.githubusercontent.com/19387589/44419518-7d3db280-a58c-11e8-851d-a4253ca494b8.png)
![A multiplayer, .io-style online military tactics game.](https://user-images.githubusercontent.com/19387589/44419525-829afd00-a58c-11e8-80ed-a20b8f264fd3.png)