Altanis
Altanis
I followed all the principles of this repository, and yet my game is very laggy and uses a lot of CPU and RAM. I don't think I can optimize my...
Can you create a folder for all GIFs?
```js const Express = require('express'); const app = Express(); let { Strategy } = require('passport-discord'); let Passport = require('passport'); app.use(Passport.initialize()); app.use(Passport.session()); let tag; Passport.use(new Strategy({ clientID: '755551678337515591', clientSecret: 'clientsecret', callbackURL:...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Your website claims the application supports GitHub Copilot out of the box....
error[E0195]: lifetime parameters or bounds on type `Target` do not match the trait declaration --> /Users/altanis/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/tid.rs:32:1 | 32 | / lazy_static! { 33 | | static ref REGISTRY: Registry =...
**What is inconsistent** Necromancer squares do not yield points. **Expected behavior** If a player kills a necromancer square, and the player is under level 5, the player gains 10 points...
I want to be able to disable `update-check` on the `vercel` package because it takes 5ish minutes to serve something in the event I have no WiFi due to the...
Features which must be completed in order of necessity: - [x] Collision detection/resolution between different types of polygons. - [x] Utilize the [Separating Axis Theorem](https://en.wikipedia.org/wiki/Hyperplane_separation_theorem). - [x] Utilize [Minimum Translation...
The code enforces a rectangular boundary system with the private `System.defineBoundaries` method. Make defining walls up to the client.