Skip to content

Tiberiu02/fish-realm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fish realm

An open source multiplayer browser game. You are a fish and your scope is to get the biggest fish by eating other fishes.

Trailer

Click to play

IMAGE ALT TEXT HERE

Windows

Instal Node.js https://nodejs.org/en/

Download and extract the zip at C:/

Install dependencies (via cmd) :

cd C:/fish-realm-master
npm install --save
cd ..

Run the game (via cmd) :

nodejs C:/fish-realm-master

Linux

Instal Node.js :

~$ sudo apt-get install nodejs

Instal the game :

~$ git clone git://github.com/Tiberiu02/fish-realm.git fish-realm

Instal dependencies :

~$ cd fish-realm
~$ sudo npm install --save
~$ cd ..

Run the game :

~$ sudo nodejs fish-realm

Update the game :

~$ sudo rm -rf fish-realm
~$ git clone git://github.com/Tiberiu02/fish-realm.git fish-realm

How to play ?

To play the game open a web browser and go to 'http://localhost'.

Contributing

Any pull request wich is at least decent coded will be merged and appreciated.

TO DO list:

https://www.reddit.com/r/gameideas/comments/45jmwy/need_game_suggestions/

BUGS

... not found

CONTACT

About

Agar.io-like browser game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published