From 5e432d7e884738ae260fe094d9af36bda740dfbe Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 24 Jun 2024 17:59:14 -0400 Subject: [PATCH] Fix a few typos and some formatting. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44ea428..83174cc 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This project is more geared toward people who want to learn C++ by making a bunc Keep in mind that I've only played with each of these, and have _not_ made a full game in them, so my opinion is highly suspect. You should probably just download each one, think of a tiny little game to make, and try to make it. Pick the framework that gets the most of your game done with the least effort. ## Windows + If you have nothing installed then you'll want to run the `scripts/windows_setup.ps1` script to install everything. This script will run and prompt you for admin passwords as it installs what you need, so be sure to stay near your computer to type passwords in when requested. To run it do this: 1. Start a _normal_ non-Administrator PowerShell window.