Skip to content

Commit

Permalink
Merge pull request #122 from felipeog/118-120-121
Browse files Browse the repository at this point in the history
Add 118, 120 and 121
  • Loading branch information
felipeog authored Oct 5, 2023
2 parents 4ac360d + 217bdb0 commit 1f786be
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# [CSSBattle](https://cssbattle.dev)

- Profile: [@felipeog](https://cssbattle.dev/player/felipeog)
- Global rank: 92
- Targets played: 167
- Total score: 103944.85
- Global rank: 64
- Targets played: 170
- Total score: 105783.66

## Checklist (167/170)
## Checklist (170/170)

- [x] [Target <span>#</span>1 - Simply Square](./shared/targets/001.ts)
- [x] [Target <span>#</span>2 - Carrom](./shared/targets/002.ts)
Expand Down Expand Up @@ -124,10 +124,10 @@
- [x] [Target <span>#</span>115 - Droplet](./shared/targets/115.ts)
- [x] [Target <span>#</span>116 - Headphones](./shared/targets/116.ts)
- [x] [Target <span>#</span>117 - Arineo](./shared/targets/117.ts)
- [ ] [Target <span>#</span>118 - Donkey Kong](./shared/targets/118.ts)
- [x] [Target <span>#</span>118 - Donkey Kong](./shared/targets/118.ts)
- [x] [Target <span>#</span>119 - Pacman](./shared/targets/119.ts)
- [ ] [Target <span>#</span>120 - Tank](./shared/targets/120.ts)
- [ ] [Target <span>#</span>121 - Duck Hunt](./shared/targets/121.ts)
- [x] [Target <span>#</span>120 - Tank](./shared/targets/120.ts)
- [x] [Target <span>#</span>121 - Duck Hunt](./shared/targets/121.ts)
- [x] [Target <span>#</span>122 - Tetris](./shared/targets/122.ts)
- [x] [Target <span>#</span>123 - Snake](./shared/targets/123.ts)
- [x] [Target <span>#</span>124 - Space Invaders](./shared/targets/124.ts)
Expand Down
3 changes: 2 additions & 1 deletion shared/targets/118.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export default {
id: '118',
title: 'Target #118 - Donkey Kong',
url: 'https://cssbattle.dev/play/118',
solution: '',
solution:
'<a a><a b><a c><style>[b],[c]{left:50;width:300;height:20;border-radius:9in;background:#af067c}body{background:#000}a{position:fixed}[a]{top:100;left:80;width:20;height:60;background:#fff;color:#fff;box-shadow:220px 0,110px 45px,220px 45px}[b]{top:140;transform:rotate(-4deg)}[c]{top:90;box-shadow:0 100px #af067c}</style>',
}
3 changes: 2 additions & 1 deletion shared/targets/120.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export default {
id: '120',
title: 'Target #120 - Tank',
url: 'https://cssbattle.dev/play/120',
solution: '',
solution:
'<a a><a b><a c><a d><style>[a],[c]{left:60}[b],[c]{width:40}[c],[d]{height:10}body{background:#000;border:20px solid #54c144;margin:0}a{position:fixed}[a]{top:60;width:200;height:40;background:linear-gradient(90deg,#c74e4e 80px,#000 80px 120px,#c74e4e 120px);box-shadow:0 80px #c74e4e}[b]{top:60;right:60;height:180;background:#c74e4e}[c]{top:200;background:#54c144;color:#54c144;box-shadow:10px 15px,0 30px}[d]{top:215;left:140;width:10;background:#fff;box-shadow:-20px 0 #fff,-65px 0 0 5px #54c144}</style>',
}
3 changes: 2 additions & 1 deletion shared/targets/121.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export default {
id: '121',
title: 'Target #121 - Duck Hunt',
url: 'https://cssbattle.dev/play/121',
solution: '',
solution:
'<a a><a b><style>body{background:linear-gradient(#1e92ff 180px,#69d10a 180px 220px,#6f6100 220px)}a{position:fixed}[a]{top:100;left:50;width:20;height:80;background:#441a0a}[b]{top:60;left:40;width:40;height:40;background:#69d10a;color:#69d10a;border-radius:9in;box-shadow:-20px 20px,20px 20px,0 20px,270px 70px,270px 90px}</style>',
}

0 comments on commit 1f786be

Please sign in to comment.