Git Product home page Git Product logo

negum.game's Introduction

Negum.Game

1. General Overview

Negum.Game is a library which provides core functionality and main game loop for 2D fighting game engine.
It is a higher lever wrapper around Negum.Core library.
The main purpose of this library is to provide User with a set of pre-defined tools and classes which perform the most common and repetetive tasks.

1.1. Library structure

TBD

1.2. Features

  • General entities definition like Player, Team, Match
  • Standard fight (match) definition
  • Hook - Accept User input
  • Hook - Render image / sprite
  • Hook - Play audio / music
  • Hook - Load font
  • Hook - Draw font
  • Hook - Draw menu
  • Hook - Draw stage (background, foreground, effects)
  • Hook - Draw player (sprite, effects)
  • Add support for shaders
  • Support triggers
  • Singleplayer-only - F1 kills enemy
  • Support configuration from IEngine
  • Main game loop
  • Connect to local server for singleplayer
  • Multiplayer support (Client, Server)
  • Client-Server communication via special Packet-system
  • Up to 4 players offline (configurable)
  • Max number of players online (configurable)

1.3. Sending single Packet pipeline

  1. Client gathers data about the packet and serializes them
  2. Client writes packet data to the communication stream
  3. Server reads packet data
  4. Server handles the packet
  5. Server gathers data about the packet and serializes them
  6. Server writes packet data to the communication stream
  7. Client reads packet data
  8. Client handles the packet

2. How To Use

2.1. Installation (NuGet)

Easiest way to install Negum.Game library is via NuGet like so:

dotnet add package Negum.Game

Or check it directly Here

2.2. Code / Sample Usage

TBD


3. Default Usage

TBD


4. License

Click Me

negum.game's People

Contributors

sejoslaw avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

bubdm nionsisre

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.