-
[Mario's Big Adventure](https://github.com/abehmiel/nanogenmo2020)
This is a procedurally-generated novel output from a lua script that watches a user play Super Mario Bros for the NES on the FCEUX…
-
Hello everyone,
I started work on the second version of my raptor game today.
Here's the idea behind it:
You play in a normal text based adventure game with a huge tree of options.
Every time there…
-
# Product Summary
## Description
You have a character on screen and multiple choices after the story progresses
Similar to a choose your own adventure - multiple options and endings
Pizza d…
-
base on this table
CREATE TABLE Games (
id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
game_name VARCHAR(50) NOT NULL,
release_date DATE,
developer VARCHAR(50),
rating FLOAT(2,1) DEFAULT…
-
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout IN ('split') THEN
GROUP_CONCAT(face_name ORDER BY position SEPARATOR ' // ' )
ELSE
GROUP_…
-
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout IN ('split') THEN
GROUP_CONCAT(face_name ORDER BY position SEPARATOR ' // ' )
ELSE
GROUP_…
-
**Describe the bug**
There seem to be some minor inconsistencies with how whitespace rendering is handled.
* Putting \t at the beginning of the string to draw does nothing, but leading spaces inst…
-
I'm on 1.21.0 with sepals installed through fabric with quite some mods:
```
minecraft | [22:04:33] [main/INFO]: Loading 207 mods:
minecraft | - achiopt 1.21-1.1.0
minecraft | - additionalstr…
-
We can use ASCII Art for portraying some (key?) scenes in the game.
A.e.
When the Player picks up Keycard for Keller 1:
![image](https://user-images.githubusercontent.com/115086771/198255445-9…
-
I want to convert HTML element to a PNG, I was waiting the conversion but the package is not convert to a PNG if the element has `background-image` style. This only happens on Firefox, I've tried on M…