Skip to content

Commit bede3c9

Browse files
committed
docs
1 parent 9aa3e83 commit bede3c9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22

33
`SolChip8` is the first 100% on-chain [Chip8](https://en.wikipedia.org/wiki/CHIP-8) emulator smart contract where you can run chip8 games on EVM environment. CHIP-8 is an interpreted programming language, initially used on the 8-bit microcomputers made in the mid-1970s.
44

5+
[![Video Label](http://img.youtube.com/vi/e5J1xQcg4wU/0.jpg)](https://youtu.be/e5J1xQcg4wU?t=0s)
6+
7+
58
### Installation
69

710
```
811
forge install rkdud007/solchip8
912
```
1013

14+
### Deployment
15+
| Chain | Contract Address |
16+
|-------|-----------------|
17+
| Ethereum Sepolia | [0x6Cf84915E775d47e685D84359526878b38170809](https://sepolia.etherscan.io/address/0x6cf84915e775d47e685d84359526878b38170809) |
18+
19+
1120
### Features
1221

1322
- A 64x32 monochrome display
@@ -16,7 +25,7 @@ forge install rkdud007/solchip8
1625
- Example [ROM games](./c8games/) from [Chip-8 Games Pack](https://www.zophar.net/pdroms/chip8/chip-8-games-pack.html)
1726
- Run demo with [desktop](./desktop/)
1827

19-
[![Video Label](http://img.youtube.com/vi/4cni9DNQ0wA/0.jpg)](https://youtu.be/4cni9DNQ0wA?t=0s)
28+
2029

2130
### **Supported CHIP-8 Opcodes**
2231

0 commit comments

Comments
 (0)