Seamus Donahue
@SeamusDonahue
Video game programmer and designer. I program in js and python mainly. I have also ventured into java.
770
pacman rewriteThis is my implementation of pacman
REWRITTEN FROM THE GROUND UP!!!
I will be adding more features when I think of them :)
controls:
wasd - movement and menu nav
enter - menu confirm
space - pause
space + backspace: back to menu
Custom Level Support.
You can now make your own levels at https://replit.com/@SeamusDonahue/pacman-rewrite-level-editor?v=1
create and share your own custom Pacman levels!
The level codes/links will work permanently as the level data is in the link.48K
352
770
2
pacman rewrite level editorThis is a level editor for pacman rewrite.
Most of it is self explanatory, however do note that ghost respawn points will make ghosts respawn then move 2 tiles up regardless of collisions, you also scroll the grid by using the arrow keys.
you may click the code to open the game with the level code loaded. To import a level code back into the editor add "?code=" to the url then paste the code. (this is also how levels are loaded into the normal game.)
You can make levels of any size in the positive direction but you cannot place anything in a negative coordinate (the camera won't even let you see negative coordinates so don't worry about it too much.)
any settings saved for pacman rewrite will be loaded like normal when testing/playing custom levels
one last thing: all level require atleast 1 pacman, pac dot, and ghost respawn point. only one pacman and ghost respawn point will be used when loaded.
21
0
2
22
AsteroidsThis is the classic game Asteroids!
a & d to turn, w to thrust forward, and space to shoot!
the smaller asteroids give more points and you get points just for surviving based on how fast your going.
Try to get a good high score and have fun!
876
23
22
770
pacman rewriteThis is my implementation of pacman
REWRITTEN FROM THE GROUND UP!!!
I will be adding more features when I think of them :)
controls:
wasd - movement and menu nav
enter - menu confirm
space - pause
space + backspace: back to menu
Arrow Key Support
By popular demands I added arrow key support
some things added since the first publish:
way more options
sprites
ghosts now actually go into the ghost pen to regenerate
some other stuff I probably forgot about but added48K
352
770
770
pacman rewriteThis is my implementation of pacman
REWRITTEN FROM THE GROUND UP!!!
I will be adding more features when I think of them :)
controls:
wasd - movement and menu nav
enter - menu confirm
space - pause
space + backspace: back to menu
48K
352
770
4
what if i make an html game with no canvas...WOAH JS WITH NO CANVAS! (space to reverse direction, enter to play again after dying)
62
1
4
This is a template for a simple platformer in js.
It features smooth movement, camera, and customizable controls that save using localStorage.
I have
HTML, CSS, JS
8
fishing gameA simple fishing game. checkout the help page on the menu for instructions.
(btw the highscore feature uses local storage, so the spotlight page highscore is stored separate from the standalone website highscore)
454
8
8
13
what if i made pacman in jsRead the README.md
284
6
13
43
js rainThis is my attempt at rain! feel free to fiddle with the settings!
4.1K
11
43
43
I try to make a scrolling platformerThis is a game based on Mario. this is my first attempt at a scrolling platformer that I did a long long time ago and just now made some levels for it. use the README.md file and have fun!
1.6K
41
43
PAC-MAN
--
This is the classic game of pac-man. You should know how this works but just incase:
4 ghosts chase you around the maze
blinky : shadow
p
HTML, CSS, JS
6
testing p5?This a game I made for p5.js.
I call it the slime game.
wasd to move and space to shoot toward the mouse
open it in a new tab so high-score doesn't say undefined (it uses cookie data to store the high-score that's why)
347
24
6
I wanted to learn how to use three.js so i made this
w: forward
s: back
a/d: turn
cars that smash into each other makes one of them delete and giv
HTML, CSS, JS
I made a simple platformer game in js.
I did this to experiment with the language and see how making a game in js (with no "libraries") works.
so I m
HTML, CSS, JS
this is based on a game called ShellShock Live
you are trying to arc your bullets into the other player and destroy their cover.
controlls
--
a and
Pygame
Brendan23 @SeamusDonahue maybe you can make a dot for each person so the can actually calculate their shot.2 years ago
BEFORE YOU SCREAM THAT I NEED TO MAKE A PYGAME REPL:
this is in a pygame repl, it worked about an hour ago and now it just randomly stopped registerin
Pygame
I'm not really sure what to call this.
this is a game where you push boxes to goals, but with a sorta pseudo story.
wasd to move. walk into boxes to
Python
Rivalfalcon
███████╗██╗░░░██╗███╗░░██╗
██╔════╝██║░░░██║████╗░██║
█████╗░░██║░░░██║██╔██╗██║
██╔══╝░░██║░░░██║██║╚████║
██║░░░░░╚██████╔╝██║░╚███║
╚═╝░░░░░░╚═════╝░╚═╝░░╚══╝1 year ago
MylsKeena19 Traceback (most recent call last):
File "main.py", line 1, in
import blessings
ModuleNotFoundError: No module named 'blessings'
what2 years ago
Do you ever play those games where you get the red light to stop at a specific point?
well this is that
minus it being rigged
I did this mainly to fi
Python
welcome to space invaders!
I built this using a lib called blessings, it is similar to curses in function but way easier to use. you can remember it
Python