Skip to content

Commit

Permalink
docs for the eternity readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ispyhumanfly committed Oct 28, 2023
1 parent 78a2a13 commit 68d2cfb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 15 additions & 2 deletions packages/templates/src/eternity/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Eternity template
# Eternity

Hey there, if you're digging the classic BBS vibe, you're gonna love the Eternity template for Iniquity 3. Think of it as a throwback to the original Iniquity feel but, you know, revamped. It's basically Iniquity 1's style, but with a fresh twist. The cherry on top? Eternity boasts a diverse collection of both ANSI and ASCII artwork. Not only do we have those iconic pieces from the original Iniquity days, but there's also a range of art contributed by some seriously talented folks from various art groups over the years. It’s like a visual history of the BBS art scene. Pretty neat for those who appreciate both code and creativity, right? 🎨

## Installation
```shell
iq init --template eternity
```
## Features

None yet, but soon. :)





The goal here is to be as much like the original eternity as possible, but with a few improvements.

3 changes: 3 additions & 0 deletions packages/templates/src/eternity/iniquity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ iq.basepath = "/dist/assets"
iq.say(`Welcome to ${config.name}.`).pause()

iq.artwork().render({ filename: "4d-iniq1.ans" }).pause()

iq.artwork().render({ filename: "newuser.ans", mode: "character", speed: 400 }).pause()

0 comments on commit 68d2cfb

Please sign in to comment.