Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
openEtG Alternatives
Similar projects and alternatives to openEtG
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
db
A blazing fast ACID compliant NoSQL DataLake with support for storing 17 formats of data. Full SQL and DML capabilities along with Java stored procedures for advanced data processing. (by blobcity)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
openEtG discussion
openEtG reviews and mentions
-
Did any processor implement an integer square root instruction?
For an example of binsearch algo, I recently dipped into this while switching some code from floats to fixed point arithmetic (reducing overall wasm blob size)
https://github.com/serprex/openEtG/blob/2011007dec2616d1a24d...
-
WebAssembly JSPI is going to origin trial
This seems pretty low level. When I wanted async wasm execution (to run multithreaded game ai simulation or to run game ai outside of UI thread) I was able to go with WebWorkers: https://github.com/serprex/openEtG/blob/master/src/AiWorker....
Having the async at the WASM level would help avoid having overhead from serialize/deserialize between web workers. I wrote this years ago, so not sure what progress has been made for having the wasm module running multiple threads. On that front you may still be better off spawning multiple wasm modules
-
A Blue-Eyes White Dragon! A Blue-Eyes White Dragon upon you!
(( dunno which version you're trying, cuz there've been a lot of fan versions after the original went down, but this should be the one most people use ))
-
It's happened. It's finally gone.
Check out the spiritual successor, openEtG: https://etg.dek.im
-
Is it a real job?
This one? https://etg.dek.im/
- Card battler where you build an actual deck.
-
How to instantiate a warp::reply::Response?
If you want a reference to a real code base, there's openEtG's handleget.rs
-
Authoring a SIMD enhanced WASM library with Rust
https://github.com/rustwasm/wasm-pack/pull/1089
Very straight forward changes. Emailed Ashley about helping, no response
Updates to wasm-bindgen shouldn't require a change to wasm-pack. It should expose ways to pass flags down & not have an explicit dependency on wasm-bindgen version
While having a webpack plugin is nice, I since gave up on wasm-pack & added a build-wasm to my package.json's scripts: https://github.com/serprex/openEtG/commit/9997fb098d168920bb...
This way if someone wants to contribute to openetg they don't need to install my wasm-pack fork
-
How do I play
Join us on the official Discord https://discord.gg/qAmfB8T and we can walk you through it. There is a spiritual successor to the game (https://etg.dek.im) and a revival of the game. There are also several methods to still play the original.
-
PC Deckbuilder, without micro transactions / DLCs, not roguelike
Elements. Strictly speaking, this is a collectable card game (MtG style) rather than a true "deckbuilder" but otherwise it sounds exactly like what you are looking for. Heavy emphasis on creative out-of-match deckbuilding and one-off PvE matches. From what I can tell, I think the original game died with Flash, but it appears that fans created a substitute, which I haven't tried: https://etg.dek.im/
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 12 Nov 2024
Stats
serprex/openEtG is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of openEtG is Rust.