From 912c44e6ddbbbffb44e568b8bb2f660fb6afd3bb Mon Sep 17 00:00:00 2001 From: moonpower Date: Mon, 3 Feb 2025 21:18:10 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5570f1a..7fd0aa1 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Below is a sample **README.md** that explains how to install the necessary **Min # Snake Ported - SDL2 + OpenGL Test Game (UWP/Windows) This project builds a DLL (`snake_ported.dll`) that exposes `external_entry()` and `update_controller_input()` for use in a host application. It relies on **SDL2** and **OpenGL** under MinGW-w64 on Windows. +``` ## Prerequisites Install [MSYS2](https://www.msys2.org/) and update it: -``` ```bash pacman -Syu