> For the complete documentation index, see [llms.txt](https://vopwn55.gitbook.io/powerlang-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vopwn55.gitbook.io/powerlang-docs/creating-a-game/project-introduction-potato-rush.md).

# Project Introduction: Potato Rush

Now that you know the basics of Powerlang, let's practice our skills by creating a simple game! The game is called "Potato Rush", and the premise is simple: players must collect as many potatoes falling out of the sky as possible.\
\
The development will have 3 clear stages: **creating the main game's loop**, **creating potatoes**, and **keeping track of score**.\
\
Let's begin with the first stage on the next page.
