Skip to content

pupukung2007/NetworkProject01-PokemonGame

Repository files navigation

NetworkProject01-PokemonGame

Simple Pokemon game using socket programming in python

client

send user and command to server

  • user : used for identifying user

  • command used for telling server what user want to do

    • index [0] = action
    • index [1...n] = argument

server

read and follow user's command and send back response

user's command

About

Simple Pokemon game using socket programming in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages