-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
511 lines (509 loc) · 22.8 KB
/
Copy pathindex.html
File metadata and controls
511 lines (509 loc) · 22.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Development tools (like game engines, fantasy consoles, etc), apps, video games, articles and other cool stuff by Tony Wang.">
<meta name="twitter:card" content="Development tools (like game engines, fantasy consoles, etc), apps, video games, articles and other cool stuff by Tony Wang.">
<meta name="twitter:image" property="twitter:image" content="imgs/card.png">
<meta name="og:title" property="og:title" content="Tony Wang - Homepage">
<meta name="og:description" property="og:description" content="Development tools (like game engines, fantasy consoles, etc), apps, video games, articles and other cool stuff by Tony Wang.">
<meta name="og:image" property="og:image" content="imgs/card.png">
<title>Tony Wang - Homepage</title>
<link rel="alternate" type="application/rss+xml" title="Tony Wang - Homepage" href="feed.xml" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="imgs/avatar.png" />
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="bot.css">
</head>
<body onclick>
<div class="sidenav">
<div class="sidebar">
<p align="center" class="title">
Contents
</p>
<a href="#top">* Home</a>
<a href="#kits">* Kits</a>
<a href="#games">* Games</a>
<a href="#apps">* Apps</a>
<a href="#tiny">* Tiny</a>
<a href="#articles">* Articles</a>
* <a href="feed.xml" target="_blank" class="label" style="display: inline; color: white;">RSS</a>
</div>
</div>
<div class="page">
<a id="top" href="#top"></a>
<p align="center" class="title">
<a href="https://paladin-t.github.io/">Tony Wang</a>
</p>
<div class="content">
<p align="left">
<a href="https://store.steampowered.com/developer/tony">Steam</a> |
<a href="https://tonywang.itch.io/">Itch</a> |
<a href="https://x.com/wangrenxin">X</a> |
<a href="https://bsky.app/profile/wangrenxin.bsky.social">Bluesky</a> |
<a href="https://github.com/paladin-t">GitHub</a>
</p>
<div id="container">
<div id="left">
<img src="imgs/avatar.png" id="avatar">
</div>
<div id="right">
In the pursuit of inner peace, Tony accidentally releases games and development tools from time to time.
<button class="button" id="font" style="width: 4em; font-size: 8px; vertical-align: middle;">Font</button>
</div>
</div>
<div id="content">
<p align="center"></p>
<div id="output-box">
</div>
<div id="input-box">
<div id="input-message">
<input type="text" id="message" placeholder="Enter your message...">
</div>
<div id="input-send">
<button class="button" id="send">Talk</button>
</div>
</div>
</p>
<hr>
<h2>
<a id="kits" href="#kits"></a>
CREATIVE KITS
</h2>
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="https://paladin-t.github.io/kits/gbb/">GameBuilder BASIC (GB BASIC)</a></h2>
<p>A retro Fantasy Console that generates ROMs compatible with the popular handheld game console.</p>
</div>
<a href="https://paladin-t.github.io/kits/gbb/">
<img class="entry-img" src="imgs/covers/gbbasic.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://store.steampowered.com/app/2308700/">
<img src="imgs/stores/steam.png" class="store">
</a>
<a href="https://tonywang.itch.io/gbbasic">
<img src="imgs/stores/itch.png" class="store">
</a>
<a href="https://github.com/paladin-t/gbb">
<img src="imgs/stores/github.png" class="store">
</a>
</p>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content2">
<h2><a href="https://paladin-t.github.io/bitty/">Bitty Engine</a></h2>
<p>An itty bitty Game Engine, with built-in editors, programmable in Lua.</p>
</div>
<a href="https://paladin-t.github.io/bitty/">
<img class="entry-img" src="imgs/covers/bitty.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://store.steampowered.com/app/1386180/">
<img src="imgs/stores/steam.png" class="store">
</a>
<a href="https://tonywang.itch.io/bitty">
<img src="imgs/stores/itch.png" class="store">
</a>
<a href="https://github.com/paladin-t/bitty">
<img src="imgs/stores/github.png" class="store">
</a>
</p>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="https://paladin-t.github.io/b8/">BASIC8</a></h2>
<p>An integrated Fantasy Computer for game and other program development. You can create, share and play disks in a modern BASIC dialect, with built-in tools for editing sprite, tiles, map, quantized, etc.</p>
</div>
<a href="https://paladin-t.github.io/b8/">
<img class="entry-img" src="imgs/covers/basic8.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://store.steampowered.com/app/767240/">
<img src="imgs/stores/steam.png" class="store">
</a>
</p>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content2">
<h2><a href="https://paladin-t.github.io/crft/">Crapht Box</a></h2>
<p>A Fantasy Physics Sandbox, inspired by the Fantasy Console genre. It brings a simulated world with a number of disks and tools, and leaves you to play, program, create and share disks.</p>
</div>
<a href="https://paladin-t.github.io/crft/">
<img class="entry-img" src="imgs/covers/crapht.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://store.steampowered.com/app/1227090/">
<img src="imgs/stores/steam.png" class="store">
</a>
</p>
<hr>
<h2>
<a id="games" href="#games"></a>
GAMES
</h2>
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="apps/tlop/index.html">The Legend of Pomodoro</a></h2>
<p>
A pomodoro tool and an RPG game driven by tomatoes.
<br>
Other languages: <a href="apps/tlop/index-cn.html">简体中文</a>
</p>
</div>
<a href="apps/tlop/index.html">
<img class="entry-img" src="imgs/covers/the-legend-of-pomodoro.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://apps.apple.com/app/the-legend-of-pomodoro-timer/id1631659076">
<img src="imgs/stores/apple.png" class="store">
</a>
<a href="https://store.steampowered.com/app/1799520/">
<img src="imgs/stores/steam.png" class="store">
</a>
<a href="https://tonywang.itch.io/tlop">
<img src="imgs/stores/itch.png" class="store">
</a>
</p>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content2">
<h2><a href="games/hdc/index.html">Hyper Dungeon Crawler</a></h2>
<p>
A turn-based roguelike RPG with crafting. Collect materials and craft your unique tools, weapons, magic spells and other supplements and fight your way through a series of procedurally generated scenes.
<br>
<a href="games/hdc/howto.html">How to Play?</a>
</p>
</div>
<a href="games/hdc/index.html">
<img class="entry-img" src="imgs/covers/hyper-dungeon-crawler.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://store.steampowered.com/app/1570290/">
<img src="imgs/stores/steam.png" class="store">
</a>
<a href="https://tonywang.itch.io/hyper-dungeon-crawler">
<img src="imgs/stores/itch.png" class="store">
</a>
<br>
Other versions: MFGJ - Summer 2021 submission on <a href="https://tonywang.itch.io/hyper-dungeon-crawler-jam">itch.io</a>
</p>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="games/hb/index.html">Hyper Bullet</a></h2>
<p>A top-down action game replenished with agreeable vaporwave aesthetics, pure joy of combat and gunplay rhythm. Pick up a weapon, defeat oncoming enemies, survive in infinite crises, and write down your own legend here...</p>
</div>
<a href="games/hb/index.html">
<img class="entry-img" src="imgs/covers/hyper-bullet.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://store.steampowered.com/app/1729660/">
<img src="imgs/stores/steam.png" class="store">
</a>
<a href="https://github.com/paladin-t/HyperBullet">
<img src="imgs/stores/github.png" class="store">
</a>
<br>
Other versions: demo on <a href="https://tonywang.itch.io/hyper-bullet">itch.io</a>
</p>
<hr class="hr">
<span class="more" id="more-games">
<div class="entry-box">
<div class="entry-content entry-content2">
<h2><a href="games/blocky/index.html">Blocky Blocky Blocky</a></h2>
<p>A toybox for building with blocks.</p>
</div>
<a href="games/blocky/index.html">
<img class="entry-img" src="imgs/covers/blocky-blocky-blocky.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://tonywang.itch.io/blocky">
<img src="imgs/stores/itch.png" class="store">
</a>
</p>
</span>
<div class="more-button">
<button class="button" id="toggle-games">Show more...</button>
</div>
<hr>
<h2>
<a id="apps" href="#apps"></a>
APPS
</h2>
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="apps/player/index.html">Urban Player</a></h2>
<p>An oldschool music player and visualizer.</p>
</div>
<a href="apps/player/index.html">
<img class="entry-img" src="imgs/covers/urban-player.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://tonywang.itch.io/player">
<img src="imgs/stores/itch.png" class="store">
</a>
</p>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content2">
<h2><a href="https://github.com/paladin-t/my_basic/">MY-BASIC</a></h2>
<p>A lightweight BASIC interpreter written in standard C in dual files. Aims to be embeddable, extendable and portable.</p>
</div>
<a href="https://github.com/paladin-t/my_basic/">
<img class="entry-img" src="imgs/covers/my-basic.png" alt="" aria-hidden="true">
</a>
</div>
<p align="center">
<a href="https://github.com/paladin-t/my_basic/">
<img src="imgs/stores/github.png" class="store">
</a>
<a href="https://my-basic.github.io/playground/output/">
<img src="imgs/stores/web.png" class="store">
</a>
</p>
<hr>
<h2>
<a id="tiny" href="#tiny"></a>
TINY GAMES AND PROGRAMS
</h2>
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="tiny/jjj/index.html">jjj</a></h2>
<p>A 3D toolkit and framework based on Three.js.</p>
</div>
<a href="tiny/jjj/index.html" style="width: auto;">
<img class="entry-img" src="tiny/jjj/images/covers/little-tokyo.png" style="width: 160px;" alt="" aria-hidden="true">
</a>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="https://tonywang.itch.io/boing">Boing Ball</a></h2>
<p>A boing ball remake.</p>
</div>
<a href="https://tonywang.itch.io/boing" style="width: auto;">
<img class="entry-img" src="imgs/covers/boing.gif" alt="" aria-hidden="true">
</a>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="https://tonywang.itch.io/tomato">Tomato Garden</a></h2>
<p>A Pomodoro time management application.</p>
</div>
<a href="https://tonywang.itch.io/tomato" style="width: auto;">
<img class="entry-img" src="imgs/covers/tomato.gif" alt="" aria-hidden="true">
</a>
</div>
<hr class="hr">
<span class="more" id="more-tiny">
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="https://tonywang.itch.io/can">Canned Monsters</a></h2>
<p>Procedurally generated monsters in a sardines can.</p>
</div>
<a href="https://tonywang.itch.io/can" style="width: auto;">
<img class="entry-img" src="imgs/covers/can.gif" alt="" aria-hidden="true">
</a>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="https://tonywang.itch.io/dice">Dice</a></h2>
<p>A 3D dice program.</p>
</div>
<a href="https://tonywang.itch.io/dice" style="width: auto;">
<img class="entry-img" src="imgs/covers/dice.gif" alt="" aria-hidden="true">
</a>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="https://tonywang.itch.io/gingerbread">Gingerbread</a></h2>
<p>A generative-art program which produces gingerbread cookies.</p>
</div>
<a href="https://tonywang.itch.io/gingerbread" style="width: auto;">
<img class="entry-img" src="imgs/covers/gingerbread.png" alt="" aria-hidden="true">
</a>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content entry-content1">
<h2><a href="https://tonywang.itch.io/capsule">Capsule Rush</a></h2>
<p>Match-three to eliminate virus.</p>
</div>
<a href="https://tonywang.itch.io/capsule" style="width: auto;">
<img class="entry-img" src="imgs/covers/capsule.png" alt="" aria-hidden="true">
</a>
</div>
</span>
<div class="more-button">
<button class="button" id="toggle-tiny">Show more...</button>
</div>
<hr>
<h2>
<a id="articles" href="#articles"></a>
ARTICLES
</h2>
<div class="entry-box">
<div class="entry-content0">
<h2><a href="articles/gb-basic-v1-1.html">GB BASIC Is Available Now</a></h2>
<p>GameBuilder BASIC (GB BASIC) is a retro Fantasy Console that generates ROMs compatible with the popular handheld game console. This article shows off what's new in the v1.1 release.</p>
</div>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content0">
<h2><a href="articles/gb-basic-alpha-4.html">GB BASIC Alpha 4</a></h2>
<p>GameBuilder BASIC (GB BASIC) is a retro Fantasy Console that generates ROMs compatible with the popular handheld game console. This article shows off what's new in alpha version 4.</p>
</div>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content0">
<h2><a href="articles/gb-basic-alpha-3.html">GB BASIC Alpha 3</a></h2>
<p>GameBuilder BASIC (GB BASIC) is a retro Fantasy Console that generates ROMs compatible with the popular handheld game console. This article shows off what's new in alpha version 3.</p>
</div>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content0">
<h2><a href="articles/gb-basic-alpha-2.html">GB BASIC Alpha 2</a></h2>
<p>GameBuilder BASIC (GB BASIC) is a retro Fantasy Console that generates ROMs compatible with the popular handheld game console. This article shows off what's new in alpha version 2.</p>
</div>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content0">
<h2><a href="articles/gb-basic-alpha-1.html">GB BASIC Alpha 1</a></h2>
<p>GameBuilder BASIC (GB BASIC) is a retro Fantasy Console that generates ROMs compatible with the popular handheld game console. This article shows off what's new in alpha version 1.</p>
</div>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content0">
<h2><a href="articles/introducing-gb-basic.html">Introducing GB BASIC</a></h2>
<p>GameBuilder BASIC (GB BASIC) is a retro Fantasy Console that generates ROMs compatible with the popular handheld game console. As of the time of this writing, the project is yet a prototype.</p>
</div>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content0">
<h2><a href="articles/vaporwave-deconstructivism-and-video-game.html">Vaporwave, Deconstructivism and Video Game</a></h2>
<p>Vaporwave and video game need each other. There are quite a number of pioneer developers who have involved in introducing the vaporwave aesthetic to video games.</p>
</div>
</div>
<hr class="hr">
<div class="entry-box">
<div class="entry-content0">
<h2><a href="articles/smooth-tile-based-movement-algorithm-with-sliding.html">Smooth Tile-based Movement Algorithm with Sliding</a></h2>
<p>Movement is a very basic concept in video games, it could be as simple as accumulating steps to a position value. This article introduces a smooth movement algorithm with tolerant sliding, which offers good adaptivity to various tile-based scenes.</p>
</div>
</div>
</div>
<hr>
<p align="center">
(C) 2018-2026 <a href="https://paladin-t.github.io/">Tony Wang</a>
<a href="feed.xml" target="_blank" class="label" style="color: white;">RSS</a>
</p>
</div>
</div>
<script src="polyfill.js"></script>
<script src="bot.js"></script>
<script src="patterns.js"></script>
<script src="site-storage.js"></script>
<script async src="sam.js"></script>
<script src="index.js"></script>
<script type="text/javascript">
// Font.
(function () {
var pixelFont = SiteStorage.SiteStorage.get('pixel_font', 'false');
var font = document.getElementById('font');
var set = function () {
var style = pixelFont == 'false' ? 'font: 16px Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace, sans-serif;' : '';
var content = document.body;
if (content)
content.style = style;
content = document.getElementById('container')
if (content)
content.style = style;
content = document.getElementById('content')
if (content)
content.style = style;
content = document.getElementById('message')
if (content)
content.style = style;
content = document.getElementById('send')
if (content)
content.style = style;
content = document.getElementById('toggle-tiny')
if (content)
content.style = style;
content = document.getElementById('toggle-games')
if (content)
content.style = style;
};
set();
font.onclick = function () {
if (pixelFont == 'true')
pixelFont = 'false';
else
pixelFont='true';
set();
SiteStorage.SiteStorage.set('pixel_font', pixelFont);
};
})();
</script>
<script async src="cookieconsent.js"></script>
<script>
window.addEventListener('load', function () {
window.wpcc.init(
{
'border': 'thin',
'corners': 'small',
'colors': {
'popup': {
'background': '#f6f6f6',
'text': '#000000',
'border': '#555555'
},
'button': {
'background': '#555555',
'text': '#ffffff'
}
},
'content': {
'message': 'This website uses cookies to keep ensure the highest service quality. By continuing using the site, you agree to use cookies.'
}
}
);
var content = document.getElementsByClassName('wpcc-container');
if (content && content.length > 0)
content[0].style = 'font: 16px Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace, sans-serif;';
var btn = document.getElementsByClassName('wpcc-btn');
if (btn && btn.length > 0)
btn[0].style = 'border: 0; display: block; font-size: .9em; font-weight: 700; outline: 0; padding: .4em 0em; text-align: center; width: 100%; white-space: nowrap; -webkit-transition: background-color .2s ease; -moz-transition: background-color .2s ease; -ms-transition: background-color .2s ease; -o-transition: background-color .2s ease;';
});
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-61RKSR5RBP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-61RKSR5RBP');
</script>
</body>
</html>