diff --git a/src/content/docs/guides/Animations/0-using-animations.mdx b/src/content/docs/guides/Animations/0-using-animations.mdx index d042593d..73e7ab4b 100644 --- a/src/content/docs/guides/Animations/0-using-animations.mdx +++ b/src/content/docs/guides/Animations/0-using-animations.mdx @@ -3,7 +3,7 @@ title: Using Animations in SplashKit description: Animations allow you to switch between different images to make a more visually dynamic entity on the screen. SplashKit allows you to create animations and use these together with sprite sheets to create these animations. category: Guides author: Various Authors -lastupdated: July 2024 +lastupdated: October 2024 --- import { Tabs, TabItem } from "@astrojs/starlight/components"; diff --git a/src/content/docs/guides/Audio/0-getting-started-with-audio.mdx b/src/content/docs/guides/Audio/0-getting-started-with-audio.mdx index 1622d12e..cb9bc218 100644 --- a/src/content/docs/guides/Audio/0-getting-started-with-audio.mdx +++ b/src/content/docs/guides/Audio/0-getting-started-with-audio.mdx @@ -2,7 +2,7 @@ title: Get Started with SplashKit Audio description: Adding sound effects and music can really help bring an application to life. In this article see how to get started with Audio in SplashKit. author: Various Authors -lastupdated: september 2024 +lastupdated: October 2024 category: Guides --- diff --git a/src/content/docs/guides/Camera/0-using-splashkit-camera.mdx b/src/content/docs/guides/Camera/0-using-splashkit-camera.mdx index 5ed763c4..fd8a60c5 100644 --- a/src/content/docs/guides/Camera/0-using-splashkit-camera.mdx +++ b/src/content/docs/guides/Camera/0-using-splashkit-camera.mdx @@ -1,8 +1,8 @@ --- title: SplashKit Camera description: See how the camera works, and how to draw to the different coordinate systems in your program. -author: Andrew Cain -lastupdated: September 2024 +author: Andrew Cain and others +lastupdated: October 2024 category: Guides --- diff --git a/src/content/docs/guides/Graphics/0-drawing-using-procedures.mdx b/src/content/docs/guides/Graphics/0-drawing-using-procedures.mdx index 771d3cd2..1c6df8be 100644 --- a/src/content/docs/guides/Graphics/0-drawing-using-procedures.mdx +++ b/src/content/docs/guides/Graphics/0-drawing-using-procedures.mdx @@ -2,8 +2,8 @@ title: Drawing using Procedures description: This article provide a quick overview of getting started with SplashKit. It includes how to create a window and do some basic drawing in order to create a small animation. This is a great place to start with SplashKit. category: Tutorials -author: Andrew Cain -lastupdated: May 10 2024 +author: Andrew Cain and others +lastupdated: October 2024 --- import { Tabs, TabItem } from "@astrojs/starlight/components"; diff --git a/src/content/docs/guides/Input/0-reading-text.mdx b/src/content/docs/guides/Input/0-reading-text.mdx index 95e60128..8228a0b8 100644 --- a/src/content/docs/guides/Input/0-reading-text.mdx +++ b/src/content/docs/guides/Input/0-reading-text.mdx @@ -3,7 +3,7 @@ title: Reading Text description: See how to read text from the user, both from command line and graphical applications. category: Tutorials author: Andrew Cain and others -lastupdated: Sep 20, 2024 +lastupdated: October 2024 --- import { Tabs, TabItem } from "@astrojs/starlight/components"; diff --git a/src/content/docs/guides/Input/1-mouse-button-inputs.mdx b/src/content/docs/guides/Input/1-mouse-button-inputs.mdx index bb90efab..e8fbadaa 100644 --- a/src/content/docs/guides/Input/1-mouse-button-inputs.mdx +++ b/src/content/docs/guides/Input/1-mouse-button-inputs.mdx @@ -3,7 +3,7 @@ title: Using Mouse Inputs description: Introductory Mouse Input functionality guide category: Guides author: Various Authors -lastupdated: September 2024 +lastupdated: October 2024 --- import { Tabs, TabItem } from "@astrojs/starlight/components"; diff --git a/src/content/docs/guides/Interface/00-interface.mdx b/src/content/docs/guides/Interface/00-interface.mdx index 230242ef..43deacd7 100644 --- a/src/content/docs/guides/Interface/00-interface.mdx +++ b/src/content/docs/guides/Interface/00-interface.mdx @@ -2,8 +2,8 @@ title: Getting Started Creating User Interfaces description: This article will help you get started creating interfaces in SplashKit. In this one we'll see how to create and use basic elements, like buttons and sliders. In later the next ones, we'll move on to advanced layouting, and finally we'll see how we can style the interface to match our project. category: Tutorials -author: Sean Boettger -lastupdated: September 19 2024 +author: Sean Boettger and others +lastupdated: October 2024 --- **{frontmatter.description}** diff --git a/src/content/docs/guides/Interface/01-interface-layouting.mdx b/src/content/docs/guides/Interface/01-interface-layouting.mdx index 1e8f482b..b94316af 100644 --- a/src/content/docs/guides/Interface/01-interface-layouting.mdx +++ b/src/content/docs/guides/Interface/01-interface-layouting.mdx @@ -2,8 +2,8 @@ title: Layouts in User Interfaces description: This article will help you understand how to customize the layouts of your interfaces in SplashKit. category: Tutorials -author: Sean Boettger -lastupdated: September 20 2024 +author: Sean Boettger and others +lastupdated: October 2024 --- **{frontmatter.description}** diff --git a/src/content/docs/guides/Interface/02-interface-styling.mdx b/src/content/docs/guides/Interface/02-interface-styling.mdx index 37ab9e5d..4ce9f80c 100644 --- a/src/content/docs/guides/Interface/02-interface-styling.mdx +++ b/src/content/docs/guides/Interface/02-interface-styling.mdx @@ -2,7 +2,7 @@ title: Styling User Interfaces description: This article will explain how we can style our SplashKit interfaces to match our projects. category: Tutorials -author: Sean Boettger +author: Sean Boettger and others lastupdated: October 2024 --- diff --git a/src/content/docs/guides/JSON/0-json_intro.mdx b/src/content/docs/guides/JSON/0-json_intro.mdx index 6e4b0248..f6ef2486 100644 --- a/src/content/docs/guides/JSON/0-json_intro.mdx +++ b/src/content/docs/guides/JSON/0-json_intro.mdx @@ -2,8 +2,8 @@ title: Introduction to JSON in SplashKit description: JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write, and for machines to parse and generate. category: Guides -author: Jonathan Tynan -lastupdated: September 2024 +author: Jonathan Tynan and others +lastupdated: October 2024 sidebar: label: "Introduction to JSON" --- @@ -183,7 +183,7 @@ skm python3 program.py -When we run this program, it should display the following output in the console: +When we run this program, it should display the following output in the console: ```plaintext Game Title: My New Game diff --git a/src/content/docs/guides/JSON/1-json_reading.mdx b/src/content/docs/guides/JSON/1-json_reading.mdx index e56cb6de..e0a2e8fa 100644 --- a/src/content/docs/guides/JSON/1-json_reading.mdx +++ b/src/content/docs/guides/JSON/1-json_reading.mdx @@ -2,8 +2,8 @@ title: Reading JSON Data in SplashKit description: After understanding the basics of JSON in SplashKit, this part of the tutorial focuses on how to read and parse JSON data. Reading JSON data is essential for game development tasks such as loading game settings, level configurations, or player data. category: Guides -author: Jonathan Tynan and Yuyang Yang -lastupdated: Sep 14 2024 +author: Jonathan Tynan and others +lastupdated: October 2024 sidebar: label: "Reading JSON Data" --- diff --git a/src/content/docs/guides/JSON/2-json_writing.mdx b/src/content/docs/guides/JSON/2-json_writing.mdx index c233ca65..63d8e55c 100644 --- a/src/content/docs/guides/JSON/2-json_writing.mdx +++ b/src/content/docs/guides/JSON/2-json_writing.mdx @@ -2,8 +2,8 @@ title: Writing JSON Data in SplashKit description: Having covered how to read JSON data in SplashKit, this part of the tutorial focuses on creating and writing data to JSON files. This functionality is crucial for features like saving game settings or player progress and information. category: Guides -author: Jonathan Tynan and Yuyang Yang -lastupdated: Sep 20 2024 +author: Jonathan Tynan and others +lastupdated: October 2024 sidebar: label: "Writing JSON Data" --- diff --git a/src/content/docs/guides/Networking/0-getting-started-with-servers.mdx b/src/content/docs/guides/Networking/0-getting-started-with-servers.mdx index 17bb18d1..7167270e 100644 --- a/src/content/docs/guides/Networking/0-getting-started-with-servers.mdx +++ b/src/content/docs/guides/Networking/0-getting-started-with-servers.mdx @@ -2,8 +2,8 @@ title: Getting Started With Servers description: This guide is an introduction to using web servers category: Guides -author: Andrew Cain and Isaac Wallis -lastupdated: Oct 1 2024 +author: Andrew Cain, Isaac Wallis and others +lastupdated: October 2024 --- import { Tabs, TabItem } from "@astrojs/starlight/components"; diff --git a/src/content/docs/guides/Networking/1-routing-with-servers.mdx b/src/content/docs/guides/Networking/1-routing-with-servers.mdx index 87555960..00ee8823 100644 --- a/src/content/docs/guides/Networking/1-routing-with-servers.mdx +++ b/src/content/docs/guides/Networking/1-routing-with-servers.mdx @@ -2,8 +2,8 @@ title: Routing With Servers description: This guide is an intruduction to delivering different content based on route requested category: Guides -author: Isaac Wallis -lastupdated: Oct 1 2024 +author: Isaac Wallis and others +lastupdated: October 2024 --- import { Tabs, TabItem } from "@astrojs/starlight/components"; diff --git a/src/content/docs/guides/Networking/2-restful-api-call.mdx b/src/content/docs/guides/Networking/2-restful-api-call.mdx index cb83af1b..7c26f2a0 100644 --- a/src/content/docs/guides/Networking/2-restful-api-call.mdx +++ b/src/content/docs/guides/Networking/2-restful-api-call.mdx @@ -2,7 +2,7 @@ title: How to make a RESTful API call using SplashKit description: In the world of web services and microservices, many companies make their data available through a REST API in this document we want to use SplashKit to make a RESTful API call. category: Guides -author: Cyrill Illi and Brianna Laird +author: Cyrill Illi and others lastupdated: October 2024 --- diff --git a/src/content/docs/guides/Utilities/0-useful-utilities.mdx b/src/content/docs/guides/Utilities/0-useful-utilities.mdx index 60f4afd9..c80acdf2 100644 --- a/src/content/docs/guides/Utilities/0-useful-utilities.mdx +++ b/src/content/docs/guides/Utilities/0-useful-utilities.mdx @@ -2,8 +2,8 @@ title: Useful Utilities description: In this article, we discuss useful utilities that you can use to convert, check and manipulate common data types in SplashKit programs. category: Guides -author: Richard Denton -lastupdated: 09 September 2024 +author: Richard Denton and others +lastupdated: October 2024 --- import { Tabs, TabItem } from "@astrojs/starlight/components";