How to make website with Python?

How can I make a lan gaming environment and a game so that all students of my school can play it?

  • Okay here's the deal - I came up with an idea a month back to make a typing speed game something similar to http://play.typeracer.com/ this website and I wanted to make it such that all my school-mates can play game and know who are online or not such that they can form a group and play with each other. I had 0 technical skills and so I searched up on net and found that i need to learn some python to program games and I learned python from a website ( this one http://www.learnpython.org/ ) . But now I have no idea how to make this game. What i want is to make a game such that I can integrate it to LAN of my school ( or whatever that may mean ) and give the students an option to either play with the school mates who are online or practice on this website AND want that to be integrated all within an EXE file such that students don't have to do anything but just click on the game and all the options are before them. Secondly, I even want to make an offline practice mode but i guess that would be trivial once i know how to do that LAN stuff. Any suggestions on how can i start doing work? what technical skills are required? I am a fast learner and i can learn anything or that's how I feel. Thanks

  • Answer:

    This game really should be web-based The browser will take care of everything related to networking except for your game code. You will need to learn JavaScript. It is possible to deploy offline web applications. There are many good books about JavaScript. You may find the Head First series interesting. Head First HTML5 programming is a good introductory JavaScript book. School environments sometimes will not let you download and run random EXE files.

Leonid S. Knyshov at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.