Programming ideas?

Hi

I'm a beginner in programming and know the basics of HTML, CSS, and JavaScript. I'm interested in programming something, but I'm just lacking ideas.

Thanks in advance for the answers:)

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Thrillerpfeife
5 months ago

You could write the memory game. In a directory, you put a lot of pictures with the same dimensions. Your program must then ask how big the field should be (like many cards in square, just numbers). Then the program randomly searches half as many maps from the directory and places them in a two-dimensional array (optionally controlled), each map twice. Then the field is displayed with hidden cards, the players alternately click on two cards, etc. (the memory rules are known or can be called).

You can also make a variant where three* or four identical cards must be found (*the size of the field must then be divided by three).

You can also play against the computer, with the computer of course not being allowed to cheat.

 Mirko Marek
5 months ago

Hi,

I like to give you some ideas.

Create various forms that calculate power consumption, water consumption or energy generation.

My second idea is to build an interactive zoo map where you can click on individual elements to get more information.

My third idea is if you build a little riddle, what you can earn as a visitor.