kjelsrud.dev/content/projects.md
2022-11-30 20:26:15 +01:00

38 lines
1.5 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Projects👨💻"
showToc: true
draft: false
---
---
# Coding Projects
### 🤖 sidBot | A Discord bot
_Dec. 2021 - Mar. 2022, Python_
>Github Repo: <https://github.com/SindreKjelsrud/sidBot>
- A Discord bot that responds to messages & commands with pictures and special answers depending on the message/command.
- It´s all written in Python.
- Some commands get information from APIs.
- For example, the command "!plsdog" uses this [API](https://dog.ceo/api) to show the user some cute pictures of dogs across the internet.
---
### My Personal Website
_Sep. 2022 - Now, Hugo Framework_
>Github Repo: <https://github.com/SindreKjelsrud/sindrekjelsrud.github.io>
- This website uses [PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme and is based on Hugo.
---
### Wordle 🔠
_Oct. 2022 - Now, Java_
>Github Repo: <https://github.com/SindreKjelsrud/Wordle>
- A recreation of the popular game [Wordle](https://www.nytimes.com/games/wordle/index.html) by Josh Wardle/The New York Times, written in Java.
- Still needs some finishing touches.. (bug fixes, cleaning up code etc.)
---
### 🍪 Cookie Clicker
_Nov. 2021 - Dec. 2021, Java_
>Github Repo: <https://github.com/SindreKjelsrud/CookieClicker>
- A game where you collect _cookies_ by clicking on a cookie.
- Written purely in Java.
- Had some help from YouTube (hehe)
---
# Hobby Projects
### Gameboy Color mod
_Sep. 2022 - Nov. 2022_
>Blog Post: https://sindrekjelsrud.github.io/blog-posts/gameboycolor/
![Example](/img/gameboy-post/example.jpg)