All Questions
2 questions
1
vote
1
answer
46
views
Why is the 'game' module running automatically when I am trying to run 'FootballSim_server' module?
MODULE I AM TRYING TO RUN - Football_sim module
import socket
from _thread import *
import plyer
import json
class GameServer:
def __init__(self):
self.Server = '127.0.0.1'
self....
0
votes
1
answer
143
views
Is it possible to create a Multiplayer Game using a Cloud Text File?
My idea is to create a multiplayer Pontoon game where I use a text file located in a Cloud Storage (like Google Drive etc). Each computer connected to the game should write to the file:
The user id / ...