milkshake-moo / Dao_Game

Make a Dao game!
GNU General Public License v3.0
2 stars 0 forks source link

Dao transport branch #12

Closed donny138 closed 1 year ago

donny138 commented 1 year ago

This PR contains two things:

Note: This PR does not add anything involving exchanging data using sockets. Just the definitions and objects related to different types of messages these programs may need to exchange in the future.

The following stuff now exists in the Dao message stuffs!

donny138 commented 1 year ago

@milkshake-moo There isn't any actual communication yet! Think of the message stuff as the words the future programs will use to communicate!

The next step ( #11 ) is to write some scripts that can use these words to talk to each other.

milkshake-moo commented 1 year ago

@donny138 That's what I figured. Having all of the communication "types" and messages defined here will make the actual implementation easy, I think/hope!