Add planned projects and descriptions
This commit is contained in:
parent
6b2a7f999b
commit
4fc3a9b417
12 changed files with 166 additions and 1 deletions
15
src/pages/projects/8ball.md
Normal file
15
src/pages/projects/8ball.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: Magic 8 Ball
|
||||||
|
category: Fun
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/8ball
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# Magic 8 Ball
|
||||||
|
```For when you want to make a choice or predict the future the worst way possible```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- Random Responses
|
||||||
|
- "Adult" Mode (Responses with cursing)
|
||||||
|
- Speak aloud
|
||||||
|
- Detect device shaking instead of requiring button press
|
14
src/pages/projects/calculator.md
Normal file
14
src/pages/projects/calculator.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: Calculator
|
||||||
|
category: Utility
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/calc
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# Calculator
|
||||||
|
```For when the calculator on your phone is too much hassle, so you google "Calculator" and go to the 4th page```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- Addition, Subtraction, Multiplication, Division
|
||||||
|
- Uses text field as well as buttons
|
||||||
|
- Doesn't use `eval()` but rather uses a parser
|
14
src/pages/projects/clock.md
Normal file
14
src/pages/projects/clock.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: Clock & Alarms
|
||||||
|
category: Utility
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/clock
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# Clock & Alarm
|
||||||
|
```Just in case you wanted to wake up to the sound of an atomic bomb```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- Timer
|
||||||
|
- Alarm Clock
|
||||||
|
- World Times and Local Time
|
13
src/pages/projects/compass.md
Normal file
13
src/pages/projects/compass.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: Compass
|
||||||
|
category: Utility
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/compass
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# Compass
|
||||||
|
```For when you're in the wilderness and forgot to pack a compass, but didn't forget to pack your portable Wi-Fi hotspot```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- Tells you what direction your phone is facing
|
||||||
|
- Decides when to be inaccurate
|
14
src/pages/projects/hangman.md
Normal file
14
src/pages/projects/hangman.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: Hangman
|
||||||
|
category: Fun
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/hangman
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# Hangman
|
||||||
|
```For when you have no paper but want to play Hangman against yourself```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- "Random Word" mode (for people with no friends)
|
||||||
|
- "Guess the Word" mode (for people with friends)
|
||||||
|
- The hangman explodes at the end
|
14
src/pages/projects/listmaker.md
Normal file
14
src/pages/projects/listmaker.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: List Maker
|
||||||
|
category: Utility
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/listmaker
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# List Maker
|
||||||
|
```When you always lose your shopping list```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- Stores your custom lists in Local Storage
|
||||||
|
- Unlimited lists and items
|
||||||
|
- You can strike items from the record, like a Judge
|
15
src/pages/projects/rockpaperscissors.md
Normal file
15
src/pages/projects/rockpaperscissors.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: Rock/Paper/Scissors
|
||||||
|
category: Fun
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/rockpaperscissors
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# Rock/Paper/Scissors
|
||||||
|
```For when you have no hands but you have thumbs```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- Single-player mode
|
||||||
|
- AI mode (totally predicts your next move)
|
||||||
|
- Score-keeping
|
||||||
|
- Custom additions
|
|
@ -5,3 +5,13 @@ status: Planned
|
||||||
source: https://git.ixvd.net/logically.cc/social
|
source: https://git.ixvd.net/logically.cc/social
|
||||||
layout: ../../layouts/primary.astro
|
layout: ../../layouts/primary.astro
|
||||||
---
|
---
|
||||||
|
# LogicallySocial
|
||||||
|
```For when your friends care about their privacy while they tell the internet every thought they think```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- Encrypted private stories
|
||||||
|
- PGP-focused data transfer
|
||||||
|
- Posts self-destruct after 1 year
|
||||||
|
- Basically secure Twitter
|
||||||
|
|
||||||
|
Note: I do plan to add some form of decentralization, but I can't promise anything on how it'll work or if it'll support ActivityPub
|
14
src/pages/projects/speedometer.md
Normal file
14
src/pages/projects/speedometer.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: Speedometer
|
||||||
|
category: Utility
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/speedometer[calculator.md](calculator.md)
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# Speedometer
|
||||||
|
```For when you're driving with that one friend that occasionally drives at the speed of light and you're curious to know just how fast that is```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- Tells you how fast your phone is moving
|
||||||
|
- Provides a "fastest this session" and an "all time fastest" score
|
||||||
|
- Leaderboard (maybe)
|
|
@ -5,4 +5,16 @@ status: Online
|
||||||
source: https://git.ixvd.net/logically.cc/speedtest
|
source: https://git.ixvd.net/logically.cc/speedtest
|
||||||
layout: ../../layouts/primary.astro
|
layout: ../../layouts/primary.astro
|
||||||
---
|
---
|
||||||
[Check your speed now!](/speedtest)
|
# SpeedTest
|
||||||
|
```For when you want to know just how fast the McDonald's WiFi is```
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- Tells you your speed in MEGABYTES per second
|
||||||
|
- Politely informs you of how much you downloaded in 30-ish seconds
|
||||||
|
- Test lasts 30+ seconds (depending on download speed)
|
||||||
|
- Uses multiple download files to get a more accurate average based on your computer and internet speed
|
||||||
|
- Probably doesn't tell you your actual internet speed
|
||||||
|
|
||||||
|
*Version 1.0.0*
|
||||||
|
|
||||||
|
[Open App](/speedtest)
|
14
src/pages/projects/ticktacktoe.md
Normal file
14
src/pages/projects/ticktacktoe.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: Tick-Tack-Toe
|
||||||
|
category: Fun
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/ticktacktoe
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# Tick-Tack-Toe
|
||||||
|
```For when you don't have a pen or pencil or maker or literally anything to play Tick Tack Toe but you HAVE to play```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- Single-player mode
|
||||||
|
- AI mode (literally just random)
|
||||||
|
- Timed function (to see how fast you lose against pure RNG)
|
16
src/pages/projects/typing.md
Normal file
16
src/pages/projects/typing.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: Typing Test
|
||||||
|
category: Fun
|
||||||
|
status: Planned
|
||||||
|
source: https://git.ixvd.net/logically.cc/typer
|
||||||
|
layout: ../../layouts/primary.astro
|
||||||
|
---
|
||||||
|
# Typing Test
|
||||||
|
```For when you and the other programmer in your history class place a $20 bet on who can type the fastest```
|
||||||
|
|
||||||
|
## Planned Features
|
||||||
|
- "Purely Random" mode (absolute gibberish, TRUE typing speed)
|
||||||
|
- "Lorem" mode (kind-of gibberish)
|
||||||
|
- "Word" mode (literally re-typing a book)
|
||||||
|
- 1/2/5/10 minute mode to get a "true" average
|
||||||
|
- Compares scores from your device
|
Loading…
Reference in a new issue