Powerlang Docs
  • Welcome!
  • Beginner's Guide
    • Syntax
    • Directives
    • Environment
    • Special types
    • Functions
    • Tables
    • Loops
    • Conditions
    • Events
    • Libraries
    • Comments and Flags
  • Creating a Game
    • Project Introduction: Potato Rush
    • Creating the main game loop
    • Creating potatoes
    • Keeping track of score
  • Libraries
    • Special Types
      • BrickColor
      • CFrame
      • Color3
      • Instance
      • NumberRange
      • UDim2
      • Vector2
      • Vector3
    • Services
      • DataStore
      • Debris
      • Mouse
      • Pathfinding
      • PhysicsService
      • Players
      • Ray
      • TweenService
    • compiler
    • math
    • os
    • string
    • table
    • retrostudio
  • Advanced Information
    • Instance Functions
    • Global Functions
    • Multithreading
    • Compiler Library
Powered by GitBook
On this page
  1. Creating a Game

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.

PreviousComments and FlagsNextCreating the main game loop

Last updated 8 months ago