Navigatie Systeem
@tomnagel
I'm a GPS based program
Me and my friend made an AI for a school project.
It's a simple game were bubbles flow from right to left that give you points when you pick them up.
Pygame
I'm trying to make a card game in C++ and I need to be able to delete the text in the console that I have written. How can I do that?
C++
Highwayman ncurses.h is a kind of cross platform header that could help you with that. If your just going to be running this from repl.it though I suggest taking a look at ANSI codes.
Edit: pardon me: ANSI escape codes.3 years ago
tomnagel By the way this isn't the final program. The stuff it prints are just for testing purpose.3 years ago