From bc6c7b04cb42a5f450261c1dc9a5f8e0a0f19458 Mon Sep 17 00:00:00 2001 From: 81493972 Date: Thu, 19 Sep 2024 20:15:49 -0700 Subject: [PATCH] Update snake game and add custom colors for snake and food + improve journey.md --- _site/assets/js/search-data.json | 2 +- _site/index.html | 4 +- _site/journey/index.html | 64 +++++++++++++++++++------------- index.md | 4 +- navigation/journey.md | 55 +++++++++++++++------------ 5 files changed, 76 insertions(+), 53 deletions(-) diff --git a/_site/assets/js/search-data.json b/_site/assets/js/search-data.json index c9b717f..b7dcd59 100644 --- a/_site/assets/js/search-data.json +++ b/_site/assets/js/search-data.json @@ -196,7 +196,7 @@ ,"page6": { "title": "My Journey", - "content": "Introduction . Welcome to my adventure through the jungle of development tools and the setup of Nighthawk Pages. Just like a monkey swinging from vine to vine, I navigated through the dense forest of code, tools, and technologies, each step bringing me closer to mastering my digital environment. . 🖥️ The Setup . 🐾 The Jungle Path: Initial Setup . My journey began with setting up the basic tools needed to survive in this coding jungle: . Laptop Ready: My trusty laptop, the basecamp of my journey, was prepped and ready. Whether swinging on MacOS trees or scaling Windows cliffs, I ensured it was equipped with all necessary tools. | GitHub Account: The first vine I swung onto was creating a GitHub account, my central hub for all coding activities. This would be where I store my bananas of code and collaborate with other jungle explorers. | Visual Studio Code: My machete in the jungle, Visual Studio Code, was installed. With its various extensions, I was able to cut through the thick undergrowth of coding challenges. | . 🍌 Navigating the Code Canopy . Next, I began exploring the canopy of coding languages: . JavaScript, Python, and Java: Like a monkey with a banana, I quickly grasped the essentials of these languages, each providing a different flavor of coding. I learned to create, analyze, and deploy my projects with agility. | Jupyter Notebooks: A clearing in the jungle where I could pause, reflect, and document my journey. Jupyter Notebooks became my journal, where I captured the intricacies of my coding adventures. | . 🚀 Deploying in the Jungle . 🦜 Flying High: Publishing with GitHub Pages . Once my coding tools were sharp and ready, it was time to deploy my creations. With the help of GitHub Pages, I showcased my projects, swinging through the vines of the web, leaving a trail of my progress for others to see. . 🐍 Python Packages and 🧩 Java Packages . The jungle is full of hidden treasures—Python and Java packages. With the pip and pom.xml tools, I added these pre-written codes to my arsenal, making my journey more efficient and enjoyable. . 💬 Collaborating with Fellow Explorers . 🦁 Roar of the Jungle: Communication and Collaboration . No monkey survives alone. Through constant communication in Slack, I kept in touch with my fellow explorers, sharing tips and strategies on how to navigate this jungle. We worked together, just like a troop of monkeys, ensuring that no one was left behind. . 🛠️ Tools and Projects: Agile/Scrum Methodology . Understanding the importance of collaboration, I dived into Agile/Scrum methodologies. By using GitHub Issues and Projects, I learned how to work effectively within a team, planning our journey and making sure we reached our goals together. . Conclusion . My monkey-and-jungle-themed journey through the setup of Nighthawk Pages has been an exhilarating experience. From swinging through the vines of code to exploring the depths of collaboration, I’ve learned how to survive and thrive in this digital jungle. This journey is just the beginning, and I’m excited to continue exploring and mastering new territories in the vast jungle of technology. .", + "content": "Nighthawk Pages Setup: Navigating the Jungle of Development . Introduction . This guide provides an overview of setting up Nighthawk Pages. . The Setup . Preparing for the Expedition . To begin your development journey: . Laptop Preparation: Ensure your laptop is equipped with necessary software tools, whether on macOS or Windows. . | Creating a GitHub Account: Set up a GitHub account to store code and collaborate. . | Installing Visual Studio Code: Install Visual Studio Code to assist with coding tasks. . | . Exploring the Code . Learn the core programming languages and tools: . JavaScript, Python, and Markdown: Gain proficiency in these languages, each adding to your coding toolkit. . | Utilizing Jupyter Notebooks: Use Jupyter Notebooks to document and experiment with code. . | . Example: JavaScript Function . function jungleGreeting() { console.log("Welcome to the coding jungle!"); } jungleGreeting(); . # Example: combine keys and values into a dictionary keys_list = ['A', 'B', 'C'] values_list = ['blue', 'red', 'bold'] dict_method_1 = dict(zip(keys_list, values_list)) .", "url": "http://localhost:4100/adi_student/journey/", "relUrl": "/journey/", "date": "" diff --git a/_site/index.html b/_site/index.html index 238966f..3de1d2b 100644 --- a/_site/index.html +++ b/_site/index.html @@ -713,9 +713,9 @@

Press space to play snake!


- + -

+