0

Help how do I visualise my game and what can I use to code it … its a sorting algorithm game

Using Java

25th Sep 2024, 9:43 PM
Lak
Lak - avatar
4 Respuestas
+ 2
To perform graphics is a bit advanced. You could generate some text outputs just to help build your game as a console style app. For example, if you are making an RPG game, you can just print messages saying things like "A monster approaches", "It hits you for 5 damage", etc. Or if you make a card game, it can just display text saying what cards were dealt and go from there. The problem is that if you use the Code Bits tool for creating your game, it will not allow you to ask the user for input. So if it is going to be interactive, you'll have to learn to do it on a computer or in another playground online somewhere.
25th Sep 2024, 11:41 PM
Jerry Hobby
Jerry Hobby - avatar
+ 1
https://youtu.be/iOeebAM_C5g?feature=shared also, google J2ME but yes, Sololearn is not the place to code it. And Java is not the ideal language to make games. For a simple game, Javascript would be the simplest choice. https://www.advanced-ict.info/interactive/bubble_sort.html https://www.advanced-ict.info/interactive/insertion_sort.html https://www.advanced-ict.info/interactive/merge_sort.html
26th Sep 2024, 5:41 AM
Bob_Li
Bob_Li - avatar
+ 1
As they said, java is no good to make games. But to make your program visualised, learn how to use Swing(unable in Sololearn)- its not that hard.
26th Sep 2024, 7:51 PM
Jarda Václavík
Jarda Václavík - avatar
+ 1
Personally I recommend downloading and learning Godot. Godot is a game engine with excellent 2D and 3D game capabilities. It has it's own language which was based somewhat on Python, so it's easy to learn. Finally, it's completely free.
27th Sep 2024, 1:41 AM
Jerry Hobby
Jerry Hobby - avatar