Application to learn programming logic

I need opinions or advice on an application that I want to program in Java to learn programming logic through short questions.

1 Like

Hello everyone,

I’m working on a project to develop an educational software aimed at teaching programming logic to beginners. The app will focus on short questions and mini-games to make learning engaging and interactive. It’s targeted at university students in their first semesters and will primarily use Java as the teaching language.

I would love to hear your opinions or advice on:

  1. What types of mini-games or interactive activities would be most effective for teaching programming logic?
  2. Are there any frameworks, libraries, or tools in Java that you recommend for developing such an app?
  3. Any tips on making the content fun and accessible while maintaining educational value?

Looking forward to your insights and suggestions.

Thank you in advance!

I’ve seen programs where they use a type of maze to teach Java programming. Players have to code their player out of the maze at various levels of difficulty which may result in them having to use simple commands or more complicated logic with if statements or loops for eg.

I think it is also possible to make it so they learn OOP too but not sure exactly how it would be part of the maze game.