Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

to a certain degree - you can't, for example, continue a project that you've already started. You can copy boiler plate code - anything which requires little effort and just takes time to do (e.g movement code). Try to keep any copying to a minimum, though

(+1)

Thanks, I was planning to re-use the movement and main menu code.

that should be fine as long as you aren;t doing anything other than standard movement / menus

or collision code?

collision code is something you can reuse.

Ok, thx