+ 18
What was your first big project in programming?
What was your first project in programming? I think always hello world :)
25 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
+ 14
I made a ChatBot, Calculator, Background Changer & much more which I consider as my big projects using HTML, CSS & JavaScript.
+ 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.
+ 11
echo "Hello World" ;
(;
+ 8
wow good programss :)
+ 6
yes, my first project was to print "hello world" but my first big project was to make a truth table generator
+ 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.
+ 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.
+ 4
A "Hello world" in Spanish (it was "Hola mundo!")
+ 4
Mine is date picker
+ 4
Mine was GRN System in dBase III for L&T Chandigarh, back in 1997.
+ 3
Basic calculator.
+ 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 :)
+ 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.
+ 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
+ 2
a trip planner in Java
+ 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
+ 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.
+ 1
It was a visual novel in Renpy. Started it years ago and I am still working on it.
+ 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.