It will be a simple game. Platformer, where you need to avoid obstacles, and complete the level as fast as you can. There will be multiple themes for levels and possible multiple way to complete it.
Early WIP, working platform engine. If the character sprite resembles someone, it's just a coincidence. |
The engine is Unity. I don't use physics at all. I use raycast. No rigidbodies. Simple calculations, that's all. Also my sprite is a child of the main controller. I pixel snap the sprites so it will be more true to NES. No incorrect pixel offsets (needs a minimal tweak, but in overall, it's very simple code, easy to fix).
This site has good tutorials about the raycast based platformer basics:
http://deranged-hermit.blogspot.com.
I got some part of the code from there, but I already modified it a little bit. And I will improve it. It's pretty good already, but some things didn't work as I expected, so I fixed them.
That's all for now. I am fixing the jumping, the camera, etc... Hopefully I can implement obstacles soon. Moving platforms? Why not? Spikes? Everyone loves spikes!
No comments :
Post a Comment