kjelsrud.dev/content/projects.md

67 lines
1.7 KiB
Markdown
Raw Normal View History

2022-10-21 14:58:47 +00:00
---
title: "Projects👨💻"
showToc: true
draft: false
---
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
---
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
# Coding Projects
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
### 🤖 sidBot | A Discord bot
2023-04-14 14:05:40 +00:00
2023-04-14 14:08:31 +00:00
_Dec. 2021 - Mar. 2022, Python_
_Dec. 2022 - Now, JavaScript_
2023-04-14 14:05:40 +00:00
> Github Repo: <https://github.com/SindreKjelsrud/sidBot>
2022-10-21 14:58:47 +00:00
- A Discord bot that responds to messages & commands with pictures and special answers depending on the message/command.
2023-04-14 14:05:40 +00:00
- I've made two versions, one in Python and one in JavaScript.
2022-10-21 14:58:47 +00:00
- Some commands get information from APIs.
2023-04-14 14:05:40 +00:00
- For example, the command "!plsdog" uses this [API](https://dog.ceo/api) to show the user some cute pictures of dogs across the internet.
2022-10-21 14:58:47 +00:00
---
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
### My Personal Website
2023-04-14 14:05:40 +00:00
2022-11-30 19:23:53 +00:00
_Sep. 2022 - Now, Hugo Framework_
2023-04-14 14:05:40 +00:00
> Github Repo: <https://github.com/SindreKjelsrud/sindrekjelsrud.github.io>
2022-10-21 14:58:47 +00:00
- This website uses [PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme and is based on Hugo.
- Is a WIP, as I will continue to add small stuff and posts!
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
---
2023-04-14 14:05:40 +00:00
2022-11-30 19:23:53 +00:00
### Wordle 🔠
2023-04-14 14:05:40 +00:00
_Oct. 2022 - Nov. 2022, Java_
2023-04-14 14:05:40 +00:00
> Github Repo: <https://github.com/SindreKjelsrud/Wordle>
2022-11-30 19:23:53 +00:00
- 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.)
2023-04-14 14:05:40 +00:00
2022-11-30 19:23:53 +00:00
---
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
### 🍪 Cookie Clicker
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
_Nov. 2021 - Dec. 2021, Java_
2023-04-14 14:05:40 +00:00
2023-05-02 20:18:55 +00:00
> Github Repo: <https://github.com/SindreKjelsrud/old-projects/tree/main/CookieClicker>
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
- A game where you collect _cookies_ by clicking on a cookie.
- Written purely in Java.
- Had some help from YouTube (hehe)
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
---
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
# Hobby Projects
2023-04-14 14:05:40 +00:00
2022-10-21 14:58:47 +00:00
### Gameboy Color mod
2023-04-14 14:05:40 +00:00
2022-11-30 19:23:53 +00:00
_Sep. 2022 - Nov. 2022_
2023-04-14 14:05:40 +00:00
2023-05-02 20:18:55 +00:00
> Blog Post: https://sindrekjelsrud.github.io/blog-posts/gameboycolor/
> ![Example](/img/gameboy-post/example.jpg)