8Observer8 Posted June 29, 2019 Share Posted June 29, 2019 I decided to write simple multiplayer games for my portfolio. Maybe my code will be useful for someone. I will write detailed commits on GitHub. Everyone can use my code for free. The Game will be here: https://tic-tac-toe-socketio-ts.herokuapp.com/ Source Code: https://github.com/8Observer8/tic-tac-toe-socketio-ts I use: TypeScript VSCode Free Heroku hosting that are connected with GitHub. My game deployed automatically when I push on GitHub AMD and RequireJS for debug version CommonJS, Browserify, UglifyJS for release version Now my game just shows one "O" object. I will write here about of process of development. You can ask me about my code. Please, report me if you find some errors. Maybe I will take a feedback from how to improve my code. Date: Sat Jun 29 23:35:23 2019 +0400 The server sends JSON message 'Hello from server'. Client display this message on the page. ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 29, 2019 Share Posted June 29, 2019 its here: https://github.com/pixijs/pixi.js/wiki/v5-Resources 8Observer8 1 Quote Link to comment Share on other sites More sharing options...
8Observer8 Posted June 29, 2019 Author Share Posted June 29, 2019 Date: Sat Jun 29 23:35:23 2019 +0400 The server sends JSON message 'Hello from server'. Client display this message on the page. Quote Link to comment Share on other sites More sharing options...
8Observer8 Posted July 8, 2019 Author Share Posted July 8, 2019 I made a boilerplate: https://github.com/8Observer8/boilerplate-socketio-typepescript-unit-tests-jasmine-specs Quote Link to comment Share on other sites More sharing options...
8Observer8 Posted July 8, 2019 Author Share Posted July 8, 2019 I added compound debugging with VSCode for Server and Client to the boilerplate: https://github.com/8Observer8/boilerplate-socketio-typepescript-unit-tests-jasmine-specs Quote Link to comment Share on other sites More sharing options...
8Observer8 Posted July 9, 2019 Author Share Posted July 9, 2019 I create the separate topic for my boilerplate: Boilerplate, SocketIO, Jasmine, TypeScript Quote Link to comment Share on other sites More sharing options...
8Observer8 Posted July 10, 2019 Author Share Posted July 10, 2019 See how it is simple to deploy your application that based of my boilerplate on Heroku: Create a new repository on Github Create a new Node.js web application on Heroku: https://www.heroku.com Set "GitHub" in "Deployment method" on the Deploy tab of heroku Push your changes on GitHub Your server and client well be deployed automatically on Heroku. Heroku will be automatically deploy your app from Github every time when you push your commits on GitHub. See the "Activity" tab when deployment will be finished. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.