How could I only get 581 on my e-ink device, even though it runs at 21 FPS? So I have to have my own one. Now I can have much higher scores...
The sprites are from loparcog/chrome-dinosaur and soundtracks (sound effects) are from The sounds resource.
The running soundtrack generated by script:
import numpy as np
import scipy.io.wavfile as wavfile
sample_rate = 44100
duration = 0.3
pulse_width = 100
pulse_gap = 15000
signal = np.zeros(int(sample_rate * duration))
for start in range(0, len(signal), pulse_gap):
end = min(start + pulse_width, len(signal))
signal[start:end] += np.hamming(end - start) * 0.8
signal = np.clip(signal, -1, 1)
audio_data = np.int16(signal * 32767)
output_path = "./assets/run.wav"
wavfile.write(output_path, sample_rate, audio_data)-
๐ฆ Double Jump:
Dinoโs mighty legs let it leap once more while airborne โ because why not jump twice? ๐๏ธ๐ฆต๐จ
-
๐ Duck Dino:
When danger flies high, go low. Ducking lets Dino dodge those pesky birds. ๐ฆโฌ๏ธ
-
๐ฎโ๐จ Be Nice to Dino:
Crawling is exhausting! After 3 seconds of ducking, Dino needs to stand up and catch a breath. ๐โฑ๏ธ
-
๐ง Vim Mode:
Real pros use K to jump (instead of Space) and J to duck (instead of Down). Old habits die hard โ muscle memory, engage! ๐ฎโจ๏ธ๐ช
-
๐โโ๏ธ Run Harder, Die Slower (WIP) Earn a revive every 1000 points ๐โโ๏ธ๐จ๐ก๏ธ Because Dino deserves it. ๐ค๐ฆโจ
- Running soundtrack ๐โโ๏ธโโก๏ธ
- Clouds in the air โ๏ธ
- Better experience ๐ฒ
- Duck Dino ๐ฆ
- Vim mode โจ๏ธ
- Run for Dino ๐โโ๏ธ
