-
Updated
Aug 24, 2021 - TypeScript
game
Here are 41,182 public repositories matching this topic...
-
Updated
Aug 22, 2021 - Swift
-
Updated
Aug 24, 2021
-
Updated
Apr 14, 2021 - Jupyter Notebook
-
Updated
Aug 26, 2021 - Java
Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look
Type `window`
Operating System
Windows 10, 64-bit
OpenRCT2 build
OpenRCT2, v0.3.4.1 (9511104 on develop) provided by GitHub
Describe the issue
In the Scenario Editor, the chat toolbar button is present even though it is not a multiplayer session. Furthermore, the zoom toolbar buttons are present even if unchecked in the options.
, with each build taking just over 3 minutes, and each commit running two builds that gave us just enough for 25 commits, or about two weeks before it ran out.
It's possible to
-
Updated
Feb 24, 2021 - ActionScript
-
Updated
Aug 10, 2021 - Rust
-
Updated
May 28, 2021 - Python
How can we get at UnitFmt here? Probably just need to take it in PlotOptions and plumb it through.
Good small task / intro to Rust.
-
Updated
Aug 26, 2021 - HTML
-
Updated
May 24, 2021 - C#
-
Updated
Aug 25, 2021 - Go
-
Updated
Jan 27, 2020 - JavaScript
There are a lot of loops that we are not able to convert to ranges as they only loop over the active entities rather then all entities.
for (int i = 0; i < ActiveMissileCount; i++) {
int mx = ActiveMissiles[i];
if (Missiles[mx]._mitype == MIS_TOWN && missile._misource == id)
Missiles[mx]._mirange = 0;
}This also means that we will still be indexing in to the global
js13kGames competition
August - September 2021 • Online
Improve this page
Add a description, image, and links to the game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the game topic, visit your repo's landing page and select "manage topics."

It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar