TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Super Mario 64 on the Web

254 点作者 nazgulsenpai超过 1 年前

28 条评论

vsnf超过 1 年前
I had forgotten how many interruptions there were to actually getting to the game. Intro cutscene, letter from Peach, prompt from Lakitu outside the castle, prompt from Bowser inside the castle, prompt from the Bombombs inside the first level...<p>I get it though, they had to ease people into 3d games. Still, kind of annoying when I just wanted to get to jumping and star collecting.
评论 #38947263 未加载
评论 #38946654 未加载
评论 #38946930 未加载
评论 #38948144 未加载
评论 #38946660 未加载
评论 #38957542 未加载
评论 #38950443 未加载
评论 #38948799 未加载
评论 #38952026 未加载
pseudosavant超过 1 年前
Here is the link to the GitHub project with the source: <a href="https:&#x2F;&#x2F;github.com&#x2F;ProbablyKam&#x2F;Mario64webgl">https:&#x2F;&#x2F;github.com&#x2F;ProbablyKam&#x2F;Mario64webgl</a><p>I was able to stand up my own copy of it just by importing the GH project on Glitch: <a href="https:&#x2F;&#x2F;glitch.com&#x2F;edit&#x2F;#!&#x2F;positive-rhetorical-timbale" rel="nofollow">https:&#x2F;&#x2F;glitch.com&#x2F;edit&#x2F;#!&#x2F;positive-rhetorical-timbale</a> <a href="https:&#x2F;&#x2F;positive-rhetorical-timbale.glitch.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;positive-rhetorical-timbale.glitch.me&#x2F;</a>
评论 #38947350 未加载
Wolfbeta超过 1 年前
I&#x27;ve recently been enjoying watching this young modder on YouTube optimize all of the original SM64 source code, doubling frame rate, and modding his own Return To Yoshi&#x27;s Island<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=t_rzYnXEQlE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=t_rzYnXEQlE</a>
评论 #38947395 未加载
ProllyInfamous超过 1 年前
I just purchased a mint N64 with a new-in-box OEM Nintendo controller (it is TIGHT). Console came with Goldeneye, Perfect Dark, Mario, Kart, Smash Bros. A few hundred $$$ investment, for: 3 N64s; 9 Controllers; ExPak; dozen top-shelf games, few crap; HDMI output on one; bunch of Pokemon +x-fer pack [gave to friend for cheap].<p>A local pawnshop had good copies of Ocarina+Mask; a friend wanted an N64 so I found one with expansion pak (which came bundled with Donkey Kong + Pokemon, which I also sold to friend)... Conkers and Rocket are on my wishlist [they are one hundred$&#x2F;each].<p>I&#x27;m about to replace all the internal batteries for another few decades of cartridge savestates. So much time. So many memories.<p>All to say: the N64 Controller is a thing of beauty, and I cannot wait to dual-wield with dual controllers and 8MB RAM. I&#x27;m just under forty. Christmas came early.
评论 #38948952 未加载
评论 #38947152 未加载
评论 #38960061 未加载
评论 #38947316 未加载
amlib超过 1 年前
No sound on firefox :(<p>But still awesome seeing the game pop up instantly with no loading, prompts or whatever. Just like turning on an actual n64.
评论 #38947010 未加载
评论 #38946698 未加载
评论 #38946795 未加载
评论 #38946901 未加载
earlone超过 1 年前
There is also Wipeout on the web: <a href="https:&#x2F;&#x2F;phoboslab.org&#x2F;wipegame&#x2F;" rel="nofollow">https:&#x2F;&#x2F;phoboslab.org&#x2F;wipegame&#x2F;</a>
评论 #38947060 未加载
StevenXC超过 1 年前
Little surprised there isn&#x27;t a prompt to upload the copy of the ROM we all legally dumped from our personalized copies of the cartridge.
评论 #38947184 未加载
kelvie超过 1 年前
I couldn&#x27;t figure out the keyboard controls (and can&#x27;t find the source code), but you can plug in a controller and it&#x27;ll play just great (presumably through some web controller API).
评论 #38946542 未加载
评论 #38946528 未加载
d3w4s9超过 1 年前
Counting 3..2..1.. before Nintendo takes this down.
评论 #38947099 未加载
hyperthesis超过 1 年前
I know intellectually that smartphones are more powerful than an N64... but playing this in a browser on a low-end smartphone is surreal.<p><pre><code> PSA: bluetooth keyboard: X, C, space; arrow keys. Adjust view with WASD</code></pre>
评论 #38947690 未加载
Aissen超过 1 年前
As I recently started playing with WASM as well for my emulator, it&#x27;s fun to see the pitfalls I run into are the same for everyone, like the AudioContext being forbidden without user interaction, forcing me to add a &quot;Start&quot; button.<p>Gamepad support on browsers is abysmal as well. It works, but the buttons are not interpreted properly leading to the wrong button being reported (but the OS reports the correct ones!), even for the most standard xbox controller. It seems like the wheel that is sdl gamecontroller db will have to be reinvented on the browser again... while making it a bit harder since the browser might not tell you the exact gamepad model (it would add fingerprinting bits).
评论 #38951796 未加载
nu11ptr超过 1 年前
Chrome sound wasn&#x27;t working for me on Linux, but after going into &quot;Site Settings&quot; (from the menu to the left of the URL) and explicitly changing &quot;Sound&quot; from &quot;Automatic (default)&quot; to &quot;Allow&quot;, it seems to work perfectly.
jomsk1e超过 1 年前
This is where the main game with keyboard controls: <a href="https:&#x2F;&#x2F;28klotlucas2.github.io&#x2F;Mario64webgl&#x2F;" rel="nofollow">https:&#x2F;&#x2F;28klotlucas2.github.io&#x2F;Mario64webgl&#x2F;</a>
rezaprima超过 1 年前
Does the Peach picture gradually change to Bowser when Mario approach it ?
评论 #38946690 未加载
automatoney超过 1 年前
Looks like this is forked from the original at <a href="https:&#x2F;&#x2F;github.com&#x2F;28klotlucas2&#x2F;Mario64webgl">https:&#x2F;&#x2F;github.com&#x2F;28klotlucas2&#x2F;Mario64webgl</a> ?
评论 #38947208 未加载
b3nji超过 1 年前
Absolutely amazing, worked straight off the bat, even works with my 8BitDo N64 controller with no config.<p>What an age we live in!
ramesh31超过 1 年前
Did anyone else just... not like this game? I know it&#x27;s sacrilege, but I&#x27;ve just never found the appeal. Even being the perfect age as a kid when it came out, I just could never enjoy it. Something about how disjointed the worlds are always confused me.
clwg超过 1 年前
This is pretty awesome but I&#x27;m surprised Nintendo hasn&#x27;t done anything about these online versions of their games, they&#x27;re fairly aggressive about protecting their IP.
评论 #38946852 未加载
jcul超过 1 年前
It kind of blows my mind to be able to open a browser tab and play mario 64, spent so many hours on this as a kid on the N64.
arnaudsm超过 1 年前
I wonder if in 2034, we&#x27;ll be able to run GTA V in the browser for free with some cool open source project
nelsonfigueroa超过 1 年前
This is amazing but I&#x27;m guessing it won&#x27;t be long before Nintendo takes it down.
Daunk超过 1 年前
Sound seems to be an issue, as it works maybe 25% of the times I&#x27;ve tested this.
spywaregorilla超过 1 年前
unrelated but I was surprised to learn that backward long jumping to clip through the star doors is very easy to do on original controllers. Took less than 5 minutes of attempts to get it right when I had SM64 recently.
ramesh31超过 1 年前
This is working perfectly on my iPhone 6. Massive props.
评论 #38946627 未加载
tbm57超过 1 年前
i&#x27;m impressed with the performance! this laptop struggles with simple games in steam, but had no problem with this at all
menshiki超过 1 年前
Very impressive!
评论 #38946995 未加载
Kalanos超过 1 年前
it&#x27;s so smooth. identical experience.
jeremyloy_wt超过 1 年前
Isn’t this a bit sketchy to just have a repo with no source and a wasm file? I understand not having the actual Mario64 source, but I’d feel more comfortable running this if the translation code was open source
评论 #38946761 未加载
评论 #38946870 未加载
评论 #38946764 未加载