From 496474641da6638148bb331bafe06e63857d5f03 Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Fri, 1 Sep 2023 07:51:01 -0400 Subject: [PATCH] Updated: Friday, September 01,2023-09-01 07:50:57 --- .../plugins/recent-files-obsidian/data.json | 16 +++++----- enter/.obsidian/workspace.json | 29 ++++++++++++++----- .../Terminal Tips/GUIs/Games/Neopets.md | 11 +++++++ .../Terminal Tips/GUIs/Games/Ruffle.md | 2 +- 4 files changed, 41 insertions(+), 17 deletions(-) create mode 100644 enter/Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index 7578f2e..13a987a 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,17 +1,21 @@ { "recentFiles": [ + { + "basename": "Neopets", + "path": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md" + }, { "basename": "Ruffle", "path": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md" }, - { - "basename": "Webscraping", - "path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md" - }, { "basename": "gdevelop.io", "path": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md" }, + { + "basename": "Webscraping", + "path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md" + }, { "basename": "Making Games through GDevelop", "path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/GDevelop/Making Games through GDevelop.md" @@ -195,10 +199,6 @@ { "basename": "Math Software", "path": "Machine Tips (Quantum)/Math/Math Software.md" - }, - { - "basename": "1. First Step is Matrix Math", - "path": "Machine Tips (Quantum)/Math/1. First Step is Matrix Math.md" } ], "omittedPaths": [], diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index 6e6ce04..52bf89d 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -39,7 +39,20 @@ "state": { "type": "markdown", "state": { - "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md", + "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md", + "mode": "source", + "backlinks": false, + "source": false + } + } + }, + { + "id": "96c704143d6a5f29", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md", "mode": "source", "backlinks": false, "source": false @@ -60,7 +73,7 @@ } } ], - "currentTab": 2 + "currentTab": 3 } ], "direction": "vertical" @@ -122,7 +135,7 @@ "state": { "type": "outline", "state": { - "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md" + "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md" } } }, @@ -132,7 +145,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md", + "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md", "linksCollapsed": false, "unlinkedCollapsed": false } @@ -157,12 +170,13 @@ "audio-recorder:Start/stop recording": false } }, - "active": "9a826ac260159e89", + "active": "96c704143d6a5f29", "lastOpenFiles": [ - "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md", "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md", - "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901074121.png", + "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md", "Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md", + "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md", + "Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901074121.png", "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/GDevelop/Making Games through GDevelop.md", "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md", "Coding Tips (Classical)/Terminal Tips/GUIs/Games", @@ -187,7 +201,6 @@ "Machine Tips (Quantum)/Resources/Post-Processing/QCVV.md", "Gitea .readme.md", "Machine Tips (Quantum)/Physics/Particle Terms.md", - "Machine Tips (Quantum)/Physics/Optics.md", "Coding Tips (Classical)/Project Vault/Typewriter/gx6750.pdf", "Coding Tips (Classical)/Project Vault/Typewriter", "Machine Tips (Quantum)/Project Vault/Papers/Shwetha Jayaraj CV.pdf", diff --git a/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md new file mode 100644 index 0000000..f83a7e4 --- /dev/null +++ b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Games/Neopets.md @@ -0,0 +1,11 @@ +# Neopets + +Ah, [neopets.com ](https://www.neopets.com/home/). The game of my youth. I spent so many hours, days, weeks, & years into this game. Now that I finally have my account back after so many years, the nostalgia is overwhelming. It truly was an excellent website. I never really got into club penguin or the other ones, but for me it was definitely Neopets. + + +Other links: +- Making those [cute linked buttons](https://www.sketchedneo.com/button-maker/) at the end of websites +- Other [neopets site customization](https://www.sketchedneo.com/neopets-graphics/) freebies +- Neopets-dedicated websites + - J[ellyNeo.net](https://www.jellyneo.net) + - \ No newline at end of file diff --git a/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md index e36233b..9d6dbd3 100644 --- a/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md +++ b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md @@ -2,7 +2,7 @@ A flash player emulator written in Rust allowing games to played on the web! The Internet Archive uses this by default to play games within the browser. -It is also what makes the Neopets games work! +It is also what makes the [Neopets](https://www.neopets.com/home/) games work! [Newgrounds](https://www.newgrounds.com) is another games website that needs flash to work. [Ruffle Demo ](https://ruffle.rs/demo/) ![[Pasted image 20230901074121.png]]