What was your first big project in programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 18

What was your first big project in programming?

What was your first project in programming? I think always hello world :)

12th Feb 2017, 8:55 PM
Samet Aydın
Samet Aydın - avatar
23 Answers
+ 14
I had made a robot that could : Be controlled by Bluetooth Following a line Detect objects around it Check its battery level I did that with Arduino (C language) and my code had reached 500 lines
14th Feb 2017, 10:50 AM
Daniel Fernandes
Daniel Fernandes - avatar
+ 14
I made a ChatBot, Calculator, Background Changer & much more which I consider as my big projects using HTML, CSS & JavaScript.
3rd Apr 2017, 3:01 AM
Biraj Patel
+ 13
A Python bot that scraped search terms from Google Trends, searched with them on YouTube, downloaded videos based on criteria, rendered them all into a single video, then uploaded it to Youtube, then repeating the cycle again. I could generate a 100 vids a day if I tried.
14th Feb 2017, 11:28 AM
Ahri Fox
Ahri Fox - avatar
+ 11
echo "Hello World" ; (;
12th Feb 2017, 9:12 PM
elias sharafi
elias sharafi - avatar
+ 8
wow good programss :)
14th Feb 2017, 2:03 PM
Samet Aydın
Samet Aydın - avatar
+ 6
yes, my first project was to print "hello world" but my first big project was to make a truth table generator
12th Feb 2017, 9:06 PM
Andrea Melissa Garrido
Andrea Melissa Garrido - avatar
+ 6
I tried to implement the Activision Boxing (1980) game in BASIC language in my exercise book without a computer when I was about 10. I tried it in a very very wrong way.
13th Feb 2017, 6:34 PM
Tamás Barta
Tamás Barta - avatar
+ 6
The first big project that I am still working on is a universal tool for engineering, math etc. I am using FLTK as the GUI, because it's available on GNU/Linux.
14th Feb 2017, 11:06 AM
Teo
Teo - avatar
+ 4
A "Hello world" in Spanish (it was "Hola mundo!")
12th Feb 2017, 9:53 PM
Ivan Truenow
Ivan Truenow - avatar
+ 4
Mine is date picker
13th Feb 2017, 4:09 AM
Ehtesham Ali
Ehtesham Ali - avatar
+ 4
Mine was GRN System in dBase III for L&T Chandigarh, back in 1997.
10th Apr 2017, 3:51 PM
देवेंद्र महाजन (Devender)
देवेंद्र महाजन (Devender) - avatar
+ 3
Basic calculator.
12th Feb 2017, 9:06 PM
Milan
Milan - avatar
+ 3
my first "big" project was a dvd management tool (i have a lot of movies) where you could add, remove, search, adapt, ... your collection. it was my first tool with gui and database connection in java :) the second was a minimalistic facebook clone in asp.net for my final test as trainee :)
13th Feb 2017, 8:15 AM
R4xx4r
R4xx4r - avatar
+ 3
A turn based "Star Trek" strategy game for ms Dos.. was quite fun to play. It was written in BASIC and used simple graphics.
13th Feb 2017, 12:34 PM
Edwin Martens
Edwin Martens - avatar
+ 3
my first big program was a robot who drives along a line controlled by a camera mounted on the top. the actual image was saved on the raspberry pi and i showed it on a simple webpage. the program was in Python and it takes about 0.1 seconds for one cycle on the RPi 3
3rd Mar 2017, 2:20 PM
Marco
Marco - avatar
+ 2
a trip planner in Java
14th Feb 2017, 7:09 PM
Matthew Jackson
Matthew Jackson - avatar
+ 1
a c++ program that calculated the distance a meteor would fall on Earth compared to Mars with a given input of seconds by the user I'll be posting all my projects on here soon
13th Feb 2017, 10:17 PM
Millionandbell
Millionandbell - avatar
+ 1
it was a game I didn't finished. a wizard used magic to shoot at creatures. 2d, creatures would come from the right and the wizard character was on the left. he shot a single fire ball. I made one upgrade where he shots 3 at once. it was only a draft, but fun to make.
14th Feb 2017, 9:42 AM
Joel Keka
Joel Keka - avatar
+ 1
It was a visual novel in Renpy. Started it years ago and I am still working on it.
14th Feb 2017, 10:28 AM
Ichiyo Shadowfly
+ 1
Since I learned in school, a lot of my projects were simple games or programs like keeping track of inventories or making a hangman game or creating randomly generated mazes.
14th Feb 2017, 4:44 PM
Julian Welborn
Julian Welborn - avatar