Tag Archives: indiedev

Draft Trailer for Hop Skip Thump

This is an early draft of a trailer for the Hop Skip Thump game. I am making progress but the trailer needs several more clips. Better with sound on. For more on this game: https://www.wglxy.com/hop-skip-and-thump

Posted in android game, game, ios game | Tagged , , , | Leave a comment

Abstract Strategy Game in Development

I have a simple abstract strategy game in development. It is bit more abstract now. Foxes are gone, replaced by boxes. Watch out, rabbits! You are next. Continue reading

Posted in game, Game Design | Tagged , , , , , | Leave a comment

First Test of an AI Player in Lifeforms

This prototype of the Lifeforms game is a two player game with my very first AI player. It is me versus an AI player. The AI player is blue. I am red.


All moves in this experimental game are flip moves. On a flip, an empty cell becomes a live cell or a live cell dies. Once a player is done moving, the game is then advanced one Life generation, and it is the other player’s turn.

This initial AI player is very basic. It knows how to examine the board and find flip moves that will create the biggest change in the overall score. So, not very smart, but it is good to have a framework in place for testing AI players. Continue reading

Posted in game | Tagged , , , , , , | Leave a comment

Progress on a Two Player Game of Life

I am making progress on a two player game based on Conway’s Game of Life. In this prototype, players have a certain number of cells they may add on a turn. Players try to place cells to increase their cell count and decrease their opponent’s count.

The player scores are shown on the bottom right of the screen. How many cells each player can add is shown on the bottom left. The new cell allotment increases by 1 every other turn.

This demo shows two human players. It is time to work on the AI players and see how challenging the game can be. Continue reading

Posted in game | Tagged , , , , , , | Leave a comment

A Test of One Game Idea for LifeForms

A test of one game idea for Lifeforms. Players secretly add cells to a life board.

… This is shown in the video below …

The winner is the player with the most cells left after fifty generations. More work is needed. Outcomes feel too random. Continue reading

Posted in game | Tagged , , , , , , | Leave a comment

Lifeforms Prototype 4

Experimenting with Lifeforms game, a two player game based on Conway’s Game of Life.

…video …

Players secretly add cells to an initial configuration. The Preview shows four Life generations ahead. When you are happy with your new cells, you touch the Continue button.
Continue reading

Posted in game | Tagged , , , , , | Leave a comment

Starting Work on Lifeforms

I am starting work on my two player Life game: Lifeforms. Given an initial position, players place lifeforms and see which cells dominate after N generations.

This image is the splash screen during development. Continue reading

Posted in game | Tagged , , , , | Leave a comment

Good GDC Talk … Before and After the Indiepocalypse

If Jason Rohrer is correct in his GDC talk, your chance of financial success goes up if your game feels like an “infinite, unique, situation generator”. Consumable games can be fun but don’t keep players engaged over long periods of time (days, weeks, months). Therefore, you are less likely to get word-of-mouth referrals.

… My Double Star II game might qualify, to some extent, as a this style of game. You are searching for the alien home world in twenty levels of play. It can easily take weeks to save the galaxy. Continue reading

Posted in game, Game Design | Tagged , , , , , | Leave a comment