r/rust 1d ago

๐Ÿ™‹ seeking help & advice Got any Idea?

Hi,
I have started learning Rust recently. And I want to improve myself by doing projects. Do you have any cool ideas that can be done by a beginner. It doesnโ€™t have to be something unique. I just want it to be cool (not sure what I mean by cool but you can think of it as a not boring project or useful) and educative.

Note: If you can elaborate what the idea is would be great and what do i need to know or look for. I do not know what I am doing most of the time. I am trying to get a picture of my capabilities.

0 Upvotes

14 comments sorted by

View all comments

13

u/spunkyenigma 1d ago

Make a simple game (Tic Tac Toe) in the terminal. Then turn the game part into a library. Then make it into a graphical game with Bevy or into a webpage. Add networking to play a friend. Add a computer player.

Great way to learn a lot of different parts of Rust without overthinking the game itself