0
What was your first code/project outside of tutorials?
state the language and what you did for your furst project or projects. I'm trying to get ideaa myself. just completed the Python tutorial.
3 odpowiedzi
+ 1
When i was in college in 2014 i completed my first 2D game as a final project.
Project: Pong
Language: Java
IDE: Netbeans
included: Classes, Artificial intelligence, Collision detection, OOP.
Summary you have a paddle and you score when the opposing paddle misses and so on.
+ 1
i did a lot of designing for welcome messages in HTML on servers in a game before i started to learn HTML on Sololearn. Designs for welcome messages are like introductions to a server but are decorated to make the server prettier
0
```python
before i took my first programming tut here I made
1) web automation for music room auto mute for song duration for plug.dj website depending on the song
2) lowfov aimbot for csgo using imagedetection
3) tic tac toe game
4) during my sololearn course i finished creating a strong password generator.
I watched a few videos and did tests on my own to learn the language