arjpeg
@ARJPEG
A [insert age here] year old who is obsessed with coding and cubing :P
0
Tic tac toe in python
So it has been uhhh 1 year since I touched this game but just got the inspiration to remake this classic game in python. I did this for fun, so I hope you have fun!
PS.
I'm trying to figure out how to create a server with sockets so you can play with anyone else through the internet even without being next to each other, if you have any ideas, let me know :DI have personally already setup an ssh client on my remote machine but think it could be useful to ssh into a repl.it server so I can run my code from
#Private Variables in Python...
Disclaimer - This is a "bug" and might be removed at anytime
First of all, you might ask, "What is a private variabl
Python
I am creating a website in flask, which can be found here, and I am looking for some (people) who can help me convert into a full project. Credits to
I have been developing a flask application on my local machine till now and I just typed in python app.py and
it instantly launched the server and I c
Codemonkey51 Put the url into: https://ping.matdoes.dev or make an account an use https://uptimerobot.com
EDIT: make sure repl is running when you do this3 years ago
This is a very simple calculator in C
Hope You enjoy it and Upvote Please! 😊
C#
This is new my game...
It is quite basic in features, yet I'm still proud of it.
How to play
> There are instructions in the game and you can go he
Python
I am making a website, and want to have an confirm that (if true) redirects to a different page. PLS help
Kognise Google it, the first result should help. For the confirmation dialog, Google that too.3 years ago
Basically, I am making a tic-tac-toe game, it is still under major development (Please don't fork until release) but anyway, I am getting this error,
Python
SixBeeps main.py imports player1.py, but player1.py also imports main.py. This causes recursion. You need to rework the structure of your code.3 years ago
So basically, I was trying to go through this dictionary but, I kept getting the error "Traceback (most recent call last):
File "main.py", line 9, i
Python
eco27 the error comes from ['t2'["two"]] because you are trying to find character at position "two" which isn't an integer. use ['t2'[1]] to get the 2nd character ([0] is the first character)3 years ago
Basically, I'm trying to make a dice flipper but constantly run into a problem on line 45. Please help Me
Python
This was my first encounter of coding ever ! By The Way, I know it's simple but I'm still proud of it to this day :P
Python (with Turtle)