Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

won't play

A topic by phaelax created 10 days ago Views: 39 Replies: 5
Viewing posts 1 to 3

Unfortunately, I cannot get the game to work. After hitting play, it shows a menu but everything is dimmed/disabled and I can't get passed it.

Developer

The game is currently being updated. Thank you for your understanding.

Developer

go play now

Good start, very arcade like. I like the bloom fx on the graphics.  It does run pretty fast chrome, a lot more playable from FF which doesn't have gpu acceleration. The speed seems dependent on frame rate. One option is to pick a target framerate (like 60) and calculate the ratio between that target and the actual frame rate. Then multiplying your movements (enemies, bullets, etc..) by that fraction should yield identical movement regardless of high or low frame rates. 
For instsance:
fps = 60.0 * 1.0/actualFramerate
bulletSpeed = 3 * fps

I invite you to join my game jam for AI Games


/jam/ai-generated-gamsmm-mm-es

Outside a little artwork here and there, I don't use AI to make games.