Aaron Driggs
@datboicatguy
mE likE CoDinGG
0
0
7
1
0
1
2
0
1
Do you remember those spiral drawing tool things? Well, I kinda made that except its a bit different. Anyways watch and enjoy! :)
Python
1
Rock paper sissors game!It's a rock paper scissors game. What do you expect. (Also type with no capitals.) Have fun :)
28
4
1
SilvermoonCat You can add a .lower so you don't have to type in all lowercase :)
```python
option = input("content").lower()
```
so if I type "ROCK" it will become "rock"2 years ago
5
Survivalist [JAM]This is a survival game I made for a game Jam. You collect a random amount of materials everyday and try to survive. There is also a random event that happens everyday, giving or taking away materials or helth.
200
4
5
The game I made for the dragon jam hosted by @firedragondnd is over yayayay! Here's the cover art
SURVIVALIST (COMPLETED) (1)
(the cover art might no
Python
firedragondnd @datboicatguy , sorry for the late response. 3/5 for creativity (sorry, i've already seen a lot of games like this one). 5/5 for lines of code. 5/5 for entertainment, and 1/5 for features... Though you lost. Thanks for trying. You still get 1 cycle2 years ago
This is a text based rpg i made where you make decisions and stuff. It's very small and has only 1 decision but im makin updates soon.
Python