Coder Social home page Coder Social logo

go4game's Introduction

go4game

game server framework using golang

web client screenshot

GameService : server.go : main service entry
    World : world.go : game world or zone, terrain
        Team : team.go : AI or user controlled object
            GameObject : gameobject.go : component of team
            ConnInfo : common.go : tcp connection to channel
                PacketStat : packet statistics

requirement for websocket, web client

for 3d web

  • threejs from threejs.org

  • ( included in www/js folder )

for websocket

execute

execute server

go run server/main.go -rundur 60

execute client

go run client/main.go -client 1000 -rundur 60 -connectTo localhost:6666

see server info and index page

http://localhost:8080/

exec web client or click from index page

http://localhost:8080/www/client3d.html

korean discription

http://kasw.blogspot.kr/2014/04/go4game.html

http://kasw.blogspot.kr/2014/04/go4game-go.html

http://kasw.blogspot.kr/2014/04/go4game.html

http://kasw.blogspot.kr/2014/05/go4game-ai.html

http://kasw.blogspot.kr/2014/05/go4game.html

http://kasw.blogspot.kr/2014/05/go4game_29.html

go4game's People

Contributors

kasworld avatar

Watchers

James Cloos avatar ameng 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.