The Wayback Machine - https://web.archive.org/web/20201208105220/https://github.com/topics/game
Skip to content
#

game

Here are 33,293 public repositories matching this topic...

heinezen
heinezen commented Nov 24, 2020

Required skills: Python, maybe Cython

Difficulty: Medium

The openage converter is able to optimize the compression for created PNG files by utilizing a search algorithm inspired by OptiPNG. To do this, the search algorithm first tries 8 different compression settings by creating PNGs with these settings in-memory. The compression settings that produ

gravestench
gravestench commented Dec 7, 2020

We should refactor the way we handle opened UI panels. The code for this is in d2game/d2player/game_controls.go. In particular, look towards GameControls.onEscKey.

I am thinking that we should implement a stack in GameControls for managing the panels.

It could be used like this:

type panel interface {
	IsOpen() bool
	Close()
}

type panelContainer interface {
	HasOpen
olistic
olistic commented May 25, 2018

Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.

Example:

# Starbolt - beginner
lila
abstreet
dabreegster
dabreegster commented Nov 17, 2020

Especially around the bodies of water in Seattle, there are sailboats and kayaks moving around. It would be interesting to simulate these to add flair. This is low priority in the scope of the project, but I think it could make a potentially fun starter project and does have value:

  • any enhancement to the game's visuals can better engage people and help them understand changes to the map in co
narkiel
narkiel commented Dec 7, 2020

Is your feature request related to a problem? Please describe.

Certain food items (carrots, onions, broccoli) do not have craftable seeds. This makes sense from a realism perspective, as those food items do not have seeds in real life. However, this makes such foods disproportionately and unrealistically difficult to farm. Carrots and onions in real life will grow on their own if replanted.

Improve this page

Add a description, image, and links to the game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the game topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.