greeting anyone who may be interested in this.
i am here to log a bit on how to do a game from scratch
any input will be taken in consideration
little bit about where i am coming from, i am not a programmer and i know my art is shit. anyway that isn't stopping me!
moving along on the game, first things first is prototype the game.
something that many people forget is this stage, for rapid development i tend to use love2D to cobbled something together. (if you want to try it u need to get love2D engine for your respective os)
one level prototype file
(controls are arrows and space)
anyone who isnt gonna download the game, in short its a pipe game where you make connection from A to B, simple enugh but i did add a small form of challange by locking the controls down a bit
now im working on the engine for the game, il be using a custom c++ engine made by me and a friend.
currently its solid on windows but im looking for porting it to both the mac and linux