All Projects → Kjuly → Ipokemon Server

Kjuly / Ipokemon Server

Licence: mit
iPokeMon Server.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ipokemon Server

Summer
这是一个支持分布式和集群的java游戏服务器框架,可用于开发棋牌、回合制等游戏。基于netty实现高性能通讯,支持tcp、http、websocket等协议。支持消息加解密、攻击拦截、黑白名单机制。封装了redis缓存、mysql数据库的连接与使用。轻量级,便于上手。
Stars: ✭ 336 (+182.35%)
Mutual labels:  redis, game, server
Boilerplate Nodejs Swagger
A Node.js RESTful API application boilerplate with TypeScript, Docker, Koa, Swagger, Jest, and CircleCI
Stars: ✭ 21 (-82.35%)
Mutual labels:  rest-api, server
Pokemonunity
A framework to build Pokémon RPG games.
Stars: ✭ 934 (+684.87%)
Mutual labels:  game, pokemon
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (+0%)
Mutual labels:  game, server
Gonet
go分布式服务器,基于内存mmo
Stars: ✭ 804 (+575.63%)
Mutual labels:  game, server
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+662.18%)
Mutual labels:  game, pokemon
Racingworld
💥 A multiplayer online 3D game about racing 💥
Stars: ✭ 50 (-57.98%)
Mutual labels:  game, server
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (+448.74%)
Mutual labels:  rest-api, redis
Bige
游戏服务器框架。
Stars: ✭ 76 (-36.13%)
Mutual labels:  redis, game
Bankflix
Aplicação que simula um banco digital, contendo a área do cliente e administrativa, permitindo depósitos e transferências entre contas do mesmo banco. | Application that simulates a digital bank, containing the customer and administrative areas, allowing deposits and transfers between accounts of the same bank.
Stars: ✭ 82 (-31.09%)
Mutual labels:  rest-api, redis
Azerothcore Wotlk
Complete Open Source and Modular solution for MMO
Stars: ✭ 1,330 (+1017.65%)
Mutual labels:  game, server
Casino Server
🔥 An online poker game server powered by Redis, node.js and socket.io
Stars: ✭ 721 (+505.88%)
Mutual labels:  game, server
Iodine
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
Stars: ✭ 720 (+505.04%)
Mutual labels:  redis, server
Game Server
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
Stars: ✭ 916 (+669.75%)
Mutual labels:  game, server
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+450.42%)
Mutual labels:  game, server
Forgottenserver
A free and open-source MMORPG server emulator written in C++
Stars: ✭ 1,024 (+760.5%)
Mutual labels:  game, server
Mmo Server
Distributed Java game server, including login, gateway, game demo
Stars: ✭ 114 (-4.2%)
Mutual labels:  game, server
Swagger Express Middleware
Swagger 2.0 middlware and mocks for Express.js
Stars: ✭ 543 (+356.3%)
Mutual labels:  rest-api, server
Jforgame
jforgame是一个一站式游戏服务器开发框架。包含游戏服,跨服,匹配服,后台管理系统等模块。同时提供大量业务案例以供学习。
Stars: ✭ 601 (+405.04%)
Mutual labels:  redis, game
Travian Kingdom
Travian Kingdom server script free. Not finish yet. Abandoned.
Stars: ✭ 74 (-37.82%)
Mutual labels:  game, server

iPokeMon (Server)

Build Status

Description

This is iPokeMon Server's source code. It uses Redis as its database.

What is iPokeMon?

View the detail description HERE.

CLIENT SOURCE CODE.

Usage

Run it locally:

$ cd iPokeMon-Server
$ redis-server /etc/redis.conf
$ python server.py

Or on remote (e.g. Amazon Web Service):

$ ssh -D 7070 [email protected]<server-ip>
$ cd iPokeMon-Server
$ redis-server /etc/redis.conf &
$ nohup python server.py &

Shutdown:

$ redis-cli
$ > shutdown
$ > exit
$ ps aux | grep server
$ kill -9 <server.py's pid>
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].