Code Monkey home page Code Monkey logo

linked's Introduction

Linked

What is Linked?

Linked is a multiplayer game idealized by Hoshoyo. It is currently being developed by Hoshoyo and Felipeek. We are looking for contributors, specially artists that are able to make sprites and 3d objects. Linked is a non-profit project and is being made for fun.

Tasks

Main Tasks

  • Create main menu
  • Create character selection menu
  • Create settings menu (window size, sounds, shadows, go back to main menu)
  • Create custom commands (client and server side)
  • Create loading screens
  • Create new types of monsters

Bug Fixes

  • Avoid creating heaps of sf::Sound (More info)
  • Fix chat overflow
  • Fix HP Bar texture and position
  • Disable skills when dead
  • Re-enable mouse right button
  • Re-enable skills cooldown icons

Future Tasks

  • Create items logic
  • Create equipments logic
  • Implement deferred shading
  • Add more lights to the forward renderer
  • Shadow refactor
  • Improve monster AI

Artistic Tasks (On Hold)

  • Create game maps
  • Create new textures
  • Create new entities
  • Create game sounds

Game

Image 1 Image 2 Image 3

Build

You can easily build Linked client through the command line following the steps below.

  1. Open a Windows Terminal (cmd).
  2. Using the terminal, run the Visual Studio batch file vcvarsall.bat. This file is normally located at C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat, where 14.0 is the version of the compiler.
  3. Using the same terminal, run the batch file build.bat, which is located in the LinkedClient directory.
  4. Linked Client will be compiled and created in LinkedClient/bin/cmdbuild.

If the above doesn't work or if you want to build Linked server too, you can build Linked directly from Visual Studio. To do this, follow the steps below.

  1. Open Linked.sln using Visual Studio 2015.
  2. Change the Solution Platform to x86 and Solution Configurations to Release.
  3. Right-click Linked solution and select Build Solution.
  4. Linked Client will be compiled and created in LinkedClient/bin/release. Linked Server will be compiled and created in LinkedServer/bin/release.

After building Linked, the game will only work when Linked resources are moved along with the executable. To do this, follow the steps below.

If you want to run LinkedClient.exe:

  1. Go to LinkedClient/ and copy the directory res/ and the file config.linked.
  2. Move both to the same folder of your LinkedClient.exe.
  3. Go to LinkedClient/lib/win32 and copy all .dll inside this folder.
  4. Move all .dll to the same folder of your LinkedClient.exe.

If you want to run LinkedServer.exe:

  1. Go to LinkedServer/ and copy the directory res/.
  2. Move the directory to the same folder of your LinkedServer.exe.

Now the game can be initialized, but you may want to change Linked basic configurations. To do this, follow the steps below.

  1. Go to the directory of your LinkedClient.exe and find the file config.linked.
  2. Change the file. Network related fields like serverip and serverport are only meaningful if the multiplayer field is true.

Now you can play Linked.

Play

To play the game Single Player, just run LinkedClient.exe. To play multiplayer, run LinkedServer.exe and then LinkedClient.exe.

Developer Contact

  1. Felipe Kersting ([email protected])
  2. Pedro Veiga ([email protected])

linked's People

Contributors

hoshoyo avatar felipeek avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar Jean Flesch avatar

Forkers

hoshoyo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.