-
Updated
Jul 4, 2021 - TypeScript
game
Here are 39,189 public repositories matching this topic...
-
Updated
Jun 30, 2021 - Swift
-
Updated
Jun 17, 2021
-
Updated
Apr 14, 2021 - Jupyter Notebook
-
Updated
Jul 5, 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
e.g. in https://lichess.org/study/HBTNQi9H/3ttnXzfm#11, Stockfish fails to load this absurd board, following an illegal king capture.
(NNUE in this screenshot, but I did see the same thing with HCE.)
Stockfish does fail loudly, as I indicated: the UI might be able to notice this and emit some error.
, 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
Jun 17, 2021 - Rust
-
Updated
May 28, 2021 - Python
Use case: In https://www.reddit.com/r/Seattle/comments/nlprut/biking_hills_map/, it would've been nice to toss &layer=steep_streets in the URL.
Any other shortcuts missing and likely useful? Maybe info panels too -- &info=b47, with the value using https://github.com/a-b-street/abstreet/blob/9fc79b1089dbe8ff8a881325f9e3a4f4c30c1e8f/game/src/common/warp.rs#L165
Code pointers:
- `URLManage
Describe the bug
Orchard processing and orchard stall buildings have no roof.
Steps To Reproduce
- Visit the appl
-
Updated
Jun 21, 2021 - HTML
-
Updated
May 24, 2021 - C#
-
Updated
Jul 5, 2021 - Go
-
Updated
Jan 27, 2020 - JavaScript
Important information
Windows 10 / DevilutionX master
Describe
When writing to the save file the code masks off the Missile/Visible/DeadPlayer flags:
https://github.com/diasurgical/devilutionX/blob/e285cacce5ab7b6d4cefd6add24bfa91c237235c/Source/loadsave.cpp#L1964
However when loading the flags the same masking is not applied.
https://github.com/diasurgical/devilutionX/blob/e285cac
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