-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…
-
Inspired by the game https://store.steampowered.com/app/646570/Slay_the_Spire/
It would be a mashup of turn-based dungeon crawling, but all your moves are in card form. New cards can be added to th…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
5 years ago
-
![settings___freecodecamp](https://user-images.githubusercontent.com/985197/40741508-60c1818e-6411-11e8-98fe-42a2b02a5036.png)
The challenge links:
- [ ] Build A Tribute Page: https://learn.fr…
-
-
The descriptions are in field `idesc` of the `ItemKind` records in directory `GameDefinition/Content/`, in files `ItemKindActor.hs` and `ItemKindOrgan.hs`. Wikipedia is a good source of the biological…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
5 years ago
-
**Description:**
The elite/rare pets of the "Exotic beasts" talent have excessive damage.
**Current behaviour:**
They cause damage from 10k to 20k depending on the player's equipment.
**St…
-
The descriptions are stored in field `idesc` of the `ItemKind` records in directory `GameDefinition/Content/`, in all `ItemKind*.hs` files except `ItemKindActor.hs` and `ItemKindOrgan.hs` (these two c…
-
Whether it's a simple Roguelike game or a turn based game, doesn't matter! Some sort of simple, straightforward game built in JS. For example, maybe something like this!
https://github.com/Matthew…