Code Monkey home page Code Monkey logo

references's Introduction

References

Links to resources I find useful

Networking

Assuming you know the basics like TCP, UDP and Sending Packets. Here are some resources to deep dive into.

https://www.gabrielgambetta.com/client-side-prediction-server-reconciliation.html
https://www.youtube.com/watch?v=W3aieHjyNvw
https://www.youtube.com/watch?v=k6JTaFE7SYI
https://fabiensanglard.net/quake3/network.php
https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking
https://www.youtube.com/watch?v=Z9X4lysFr64 https://gafferongames.com/post/state_synchronization/
https://gafferongames.com/post/snapshot_compression/
https://gafferongames.com/post/snapshot_interpolation/

Misc Games

Flow Field Pathfinding

A clear and concise guide on how Flow Fields work. Useful for simulating large amounts of units like crowds and AI in an RTS. https://leifnode.com/2013/12/flow-field-pathfinding/

Hexagonal Grids

A complete reference guide to making your own Hexagon Coordinate System.

https://www.redblobgames.com/grids/hexagons/
http://www-cs-students.stanford.edu/~amitp/game-programming/grids/

Misc Other

Sometimes you just want to take it easy and make an API endpoint without all this MVC nonsense. Get 'er done.

    public class HomeModule : CarterModule
    {
        public HomeModule()
        {
            Get("/", async (req, res) => await res.WriteAsync("Hello from Carter!"));
        }
    }

https://github.com/CarterCommunity/Carter

references's People

Contributors

polartron avatar

Watchers

 avatar

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.