# codecell **Repository Path**: cat73/agar.io-clone ## Basic Information - **Project Name**: codecell - **Description**: 互联网智能代码细胞(大雾) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-02-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CodeAgar ============= A mixture of Agar.io-clone and CodeTank. [Demo on MoPaaS](http://codecell.oschina.mopaasapp.com/) ## Installation You can check out a detailed setup tutorial on [agar.io-clone's wiki](https://github.com/huytd/agar.io-clone/wiki/Setup). ### Requirements To run / install this game, you'll need: - NodeJS with NPM installed. - socket.IO. - Express. ### Downloading the dependencies After cloning the source code, you need to run the following command to download all the dependencies (socket.IO, express, etc.): ``` npm install ``` ### Running the Server After downloading all the dependencies, you can run the server with the following command: ``` npm start ``` The game will then be accessible at `http://localhost:3000` or the respective server installed on. The default port is `3000`, however this can be changed in config. Further elaboration is available on [agar.io-clone's wiki](https://github.com/huytd/agar.io-clone/wiki/Setup). ## License This project is licensed under the terms of the **MIT** license.