top of page

Karel++

Karel++ is an object-oriented version of the Karel language, designed to teach the fundamentals of programming in a visual and intuitive way. Inspired by the popular Karel the Robot, it allows students to learn concepts such as control structures and basic algorithms by manipulating a robot in a simulated environment. Its pedagogical approach makes it an excellent tool for introducing programming in secondary and university education. Karel++ facilitates the transition to more advanced languages, providing a solid foundation for computational thinking and problem-solving.

bottom of page