Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Stik Figure

@GrantKeo
This stik figure is a: - Hobbyist - Funny - Annoying - Gamer - Case-Sensitive - AWESOME! Enjoy my...I'll just call it...*Stuff.*
  • Battlegrounds: Console Edition

    Cover page
    Made with Python

    An ASCII Game. (Pronounced "Ass-key") ..... All of the instructions are in the game. Enjoy! | O_| [/| | |/ \ |

    Recent comments (0)
  • Asteroids: Dodge

    Cover page
    Made with Pygame
    Recent comments (0)
  • Missile Defense

    Cover page
    Made with Pygame
    Recent comments (0)
  • Information Center

    Cover page
    Made with Python
    Recent comments (0)
  • Tron: with Lasers!

    Cover page
    Made with Pygame
    Recent comments (0)
GrantKeo
GrantKeo
shared a Post
3 years ago
WHERE'S XKCD???
Hello. I've been trying to import the module xkcd. The modules xkcd and xkcd_dl have not been working for some reason: PermissionError: [Errno 13] Per
Codemonkey51
Codemonkey51
I also found that when I did other modules I already alearted the team and there on it3 years ago
GrantKeo
GrantKeo
shared a Post
3 years ago
How do you get a file path on repl.it? I'm guessing that there's some trick I don't know when getting a file path through repl.it. I want to use fold
olddft
olddft
os.chdir(r'/home/runner/YourReplName/')1 year ago
ZenoxHosting
ZenoxHosting
Yeah I was wondering if there was a way to access files inside a repl project. I am doing os.chdir('mainbank.json') and it says that it is not a directory. I am pretty new to coding with Repl so it would be nice if anyone could help me out. Thanks :D3 years ago
ash15khng
ash15khng
The (home)/ thing is just a way for you to find your repls and I'm quite sure it's just for you to organise your repls which means you can't access stuff from other repls.3 years ago
GrantKeo
GrantKeo
shared a Post
4 years ago
Q: I am too lazy and exhausted to actually create an AI for Tron. For those bored AI pioneers, can anybody help me create an actual Tron videogame wi
Tron: with Lasers! (2 player)
Pygame
GrantKeo
GrantKeo
Hey guys, can I have some help with the AI? What's a good strategy, at least? I also need help with playing the actual game itself.4 years ago
GrantKeo
GrantKeo
shared a Post
4 years ago
Welcome to Tron: with Lasers! > This is basically Tron with more functions. NOTE: This is a two player game. This is only fun with a partner. Which
Tron: with Lasers! (2 player) 1.4.5
Pygame
GrantKeo
GrantKeo
NOTE 8: Challenge: Can anybody recreate this project... As a one player game with AI? Go to: https://repl.it/talk/share/Challenge-One-player-Tron-with-Lasers/213614 years ago
THEJOEMAN23
THEJOEMAN23
i like it its very good!!!4 years ago
GrantKeo
GrantKeo
shared a Post
4 years ago
Alpha Version of Doc AI. Give me some time, and I might try to make a working Doctor AI. Or a website version of this... thing. More just like this:
Python DocAI.com (Stupid Verison)
Python
EllaFan
EllaFan
This is amazing, but I was wondering if the question were supposed to repeat. Also I got: Cholera: 95% : 3% Flesh Eating: 3% (a bill of $700) Should the second infection say something, or is it a possibility for having no disease?4 years ago
C00lguy975
C00lguy975
Cholera: 62% Chance Bad Fart Syndrome: 30% Chance Cheese Deficiency: 8% Chance4 years ago
ebest
ebest
1) Excessive Cheese: 76% chance 2) Trojan Horse: 12% chance 3) Gold Feverqwertyuiopasdfghjklzxcvbnm-itis: 12% chance uh WAT -Ebest4 years ago
GrantKeo
GrantKeo
shared a Post
4 years ago
Here's some good code for an hourglass animation (or any, for that matter) in a text-based adventure game. This is also entirely random. Enjoy!
Hourglass
Python
GrantKeo
GrantKeo
shared a Post
4 years ago
An old project finally completed out of boredom. NOTE: A rule of thumb: Fahrenheit to Celsius: c = (f - 32.0) ÷ 1.8; Used by the US. Celsius to Fah
Temperature Converter (Complete)
Python
GrantKeo
GrantKeo
shared a Post
4 years ago
A [not very] improved version of the sword made by @drea14 This animation is simply a sword spinning in circles. Not very lethal if you ask me. Again
Sword: Animated
Python (with Turtle)
GrantKeo
GrantKeo
shared a Post
4 years ago
Information Center 2.0! Here's the result of the withdrawing coffee from a robot. And all of the AIs are still slacking off, as usual. But after all,
Information Center: NIGHT SHIFT
Python
rediar
rediar
cool4 years ago
GrantKeo
GrantKeo
shared a Post
4 years ago
Welcome to the Information Center (It answers questions like I do.) Unfortunately, Alexa, Google Home, Siri, HAL-9000, R2-D2, and Cortana are on vac
Information Center
Python
C00lguy975
C00lguy975
It went from me being purposefully annoying to robot espionage REAL quick4 years ago
ebest
ebest
WOW >>> Respond if you're stupid That's what he said. LOVE YOUR'RE STUFF! -Ebest4 years ago
Vandesm14
Vandesm14
Something tells me there is a real person behind this image How could a robot tell someone to shut up about the flat earth dispute? It's not a robot folks! It's a fact now, it is a human on the other side!4 years ago
GrantKeo
GrantKeo
shared a Post
4 years ago
This repl.it is a unicode version of the morse code translator. (Click here to go to the orginal morse code translator.) I decided to mess with anybod
Unicode Translator
Python
GrantKeo
GrantKeo
shared a Post
4 years ago
The 2nd Adventurer game! Sorry that it is still a game on a console, but if you want games w/ graphics, go to Missile Defense-RETRO or Asteroids: Dodg
Adventurer (Beta) - Console Edition
Python
GrantKeo
GrantKeo
shared a Post
4 years ago
I have been programming in Pygame for a while now. Yet I don't know how to make objects spin. This line of code spins an image: pygame.transform.rotat
ArchieMaclean
ArchieMaclean
Unfortunately, you can't with the normal rect objects. However, there is a pygame display.draw_polygon function that allows you to draw a shape given any number of points and their coordinates. Using this, I have made a basic RotateRect class that you can use to make a rectangle that can rotate. You can see the code here. If you want to use this in your own programs, just copy the RotateRect class and you can start using it immediately (you will also need to import pygame and math). Circles don'4 years ago
joshwood
joshwood
Could you show us how you're using it?4 years ago
GrantKeo
GrantKeo
shared a Post
4 years ago
My second published graphical game! No more squares here. (Unless you count the stars. And those are just lines.) Instructions: The game in a nutshel
Asteroids: Dodge
Pygame
GrantKeo
GrantKeo
shared a Post
4 years ago
Cheat Sheet! Here's Measures-of-Center Calculator for you! Capable of calculating: Mean Median Mode Range Quartiles Inter-quartile range (IQR)
Measures-of-a-List Calculator
Python
GrantKeo
GrantKeo
shared a Post
4 years ago
I created this game a long time ago, and finally found it in the midst of the junk in my computer. Well, here are the rules: The game in a nutshell:
Murzikal
Murzikal
nice4 years ago
katyadee
katyadee
This is a neat little game :) Good work!4 years ago
GrantKeo
GrantKeo
shared a Post
5 years ago
You don't really need instructions for this, but here they are anyway: You need to keep track of 2 things to stay in the game: the happiness of your
Life o' a Hoarder: Console Edition
Python
GrantKeo
GrantKeo
Thanks guys! Oh, and @dino_shep , Just because your cat is blissfully living life, that doesn't mean your house doesn't reek of rotting eggs. (The game, not real life.)4 years ago
OceansBlue
OceansBlue
I find it very useful, as it can speed up the "How To Code" & learning Python5 years ago
KiKUP
KiKUP
Great game! I would recommend using the os.system("clear") command by importing os, to make the game easier to read and more appealing. I have some projects that use this, so just check them out.5 years ago
GrantKeo
GrantKeo
shared a Post
5 years ago
Welcome! Now I have made something with some good use of time (via wartime, spies. Right?) Note that these characters have not been added yet: "~!@#$%
Morse Code Translator
Python
GrantKeo
GrantKeo
shared a Post
5 years ago
Another Console game, I hope it is just as fun (Repl.it, you really need pygame to start working for once.) Enjoy! Note: Please report any bugs to the
Cannon Fighter Simulator: Console Edition
Python
HappyFakeboulde
HappyFakeboulde
you can use pygame on repl.it https://repl.it/@basicer/HeardYouLikePyGame/ https://repl.it/languages/polygott/5 years ago
a5rocks
a5rocks
Did you accidentally post it in the “Learn” section? Well anyway, good job on this code!5 years ago
GrantKeo
GrantKeo
shared a Post
5 years ago
Another console game. (Repl.it, you really need to get pygame to start working for once.) All instructions are in the game. Enjoy! (Press Enter/Return
Cannon Fighter Simulator: Console Edition
Python
a5rocks
a5rocks
Good job making this game! TBH, I just really like terminal games. I mean, this post is better suited for the share section, but whatever.5 years ago