Supernatural Science
The lives of the supernatural creatures are threatened when Dr. Science sets out to cleanse the world of the unscientific. You must stop Dr. Science by fighting his supernatural lab rats before your friends are destroyed!
Supernatural-themed jam game made in three days.
The web version has numerous issues; the executable version is recommended.
Created with GameMaker Studio 1.4. Source code on Github.
3D
All the 3D in this game is "fake". Everything that seems 3D uses the draw_sprite_pos
function. Fake 3D functions can be found in the F3D
script group. (The math behind the fake 3D is rather simple; I was surprised how well it worked!)
Performance
The pathfinding was easy to implement, but it's not very performant. AStar pathfinding would be a lot better. Performance is worse on the web version.
Credits
Creator: MikeeyBikeey
Music: AnAaronBaron
Main Menu Background Art: Caroline Zina
Feedback is welcomed!
Status | Released |
Platforms | HTML5, Windows |
Author | MikeeyBikeey |
Genre | Action |
Made with | GameMaker |
Tags | 2D, GameMaker, Pixel Art, Singleplayer |
Download
Install instructions
Run the downloaded executable to play.
Comments
Log in with itch.io to leave a comment.
GTA 1/2 topdown 3D, nice.
Thanks for playing! I'm glad you liked it.