Pseudo
Overview
This is a work in Progress, new versions should *1 arrive later.
Pseudo is named so for the fade mechanic witch will be somewhat similar to the hyperspace in Asteroids
Please inform me of bugs, it helps a lot!
Controls:
- Arrows to move
- X to fade ( Not fully implemented as of 0.0.1 )
- O/Z [ Debug ] spawn wavy enemies
Enemies:
- Blue / Left-Right:
Bounce like the ball in pong, they don't move fast so they aren't much of a problem. - Red / Finder:
Track the player and whip around the screen occasionally. pose a significant threat but are quite small - Orange / Wavy:
Bounce around the screen on the vertical axis they become more aggressive in speed when the player is further away.
Controls:
ESDF to move and strafe
Horizontal arrows to look around
How it was made
Take the player position plus a multiplication of their angle and see if that spot had a wall,
if it does take that distance and scale it on to the screen.
Change the angle a little each time and put it at a different x coordinate.
That's the basics, i'm not great at explaining it and its hard to understand without graphics.
Take apart the code, I insist! I think I removed all the weird comments that I wrote when I got
bored, but no promises. :3
Video modes
Big is wide but doesn't draw very far.
Med is what you think it is.
Small is well small, but draw farther.
I found this website (https://tic80.com/) witch is pretty much just Pico-8 with fewer limitations and a cheaper cost, Pico-8 already has an education edition for free so this is not really needed and seems to be just a knock-off.
Info:
I thought I would share this alpha of an fps I am working on. It is far from finished but I thought some feedback
would help.
most if not all graphics are placeholders.
If you want to look around the code of modify it, its fine with me. I have also uploaded the Base engine, but it is
missing afew variables for draw distance fov and similar things.
Controls:
p2 left and right to look around.
p1 dpad to move.
press p2 up for the map, and down to shoot.
pressing p1 X/O will switch weapons which hasn't been fully added.
on the menu you can change the draw distance and scaling of lines,
you can also force change the game state.
betas:
Base info:
Just a simple raycaster I whipped up, code is original but based off a big mish-mash of articles and tutorials I used. Nothing
groundbreaking, but it might be informative or interesting to take apart the code. I hope this helps someone; I probably will add on to it in
the future.
Controls:
P1 up/down (arrow keys) to move in said direction
P1 left/right (arrow keys) to strafe
P2 left/right (S,F) to look around
P2 down (D) to look at the map
Navigation:
The crosshair in the center shows where you are on the map,
the dial on the top shows direction.
The numbers in the top left show X+Y position and angle.