联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All JavaScript(17) 

[嵌入式/单片机/硬件编程] WasteRA

WasteRA计划在每个斯坦福餐厅安装传感器嵌入废物箱。动态web服务器将把这些数据合并到实时排行榜中,以便在所有餐厅之间进行比较。
WasteRA plans to install sensor embed wastage bins in every Stanford dining hall. A dynamic web server will incorporate this data into a realtime leaderboard for comparing between all dining halls. (2024-02-18, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708265262944165.html

[嵌入式/单片机/硬件编程] conquest

一款基于网络的回合策略游戏,在六边形地图上玩,
A web based turn based strategy game played on a hexagonal map, (2023-10-11, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1697157588453728.html

[嵌入式/单片机/硬件编程] strategy-board

一款基于网络的回合策略游戏,在六边形地图上玩,
A web based turn based strategy game played on a hexagonal map, (2023-09-19, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695116099706690.html

[嵌入式/单片机/硬件编程] Tic-Tac-Toe

与CPU或朋友玩经典游戏。,
Play the classic game with against the CPU or with a friend., (2023-09-15, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694831210683791.html

[嵌入式/单片机/硬件编程] Tic-Tac-Toe-App

玩家可以选择是否要作为X或O玩的应用程序,选择是否要与CPU或其他玩家玩游戏,并与职业玩家玩游戏...,
App where player can choose if he wants to play as X or O, choose if he wants to play vs CPU or another player and play the game with proper result popups, score couter and ability to restart the game. (2023-09-11, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694482990887480.html

[嵌入式/单片机/硬件编程] Snake-Water-Gun-Game

玩一个简单的游戏,CPU生成一个随机选择,并询问您的选择,然后给出结果。,
Play a Simple game in which CPU generates a random choice and asks for your choice and then it gives the result., (2023-08-15, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1692133912824046.html

[嵌入式/单片机/硬件编程] AmethystMoon.github

格林斯基的六边形国际象棋在浏览器中玩。,
Glinski s Hexagonal Chess played in the browser., (2023-07-27, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690841139845644.html

[嵌入式/单片机/硬件编程] super-hexagon-smarty-pants

本项目的目标是一个可以学习玩超级六边形游戏的程序,
The goal of this project is a program that can learn to play Super Hexagon game, (2017-01-20, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688849651627093.html

[嵌入式/单片机/硬件编程] hexagons

玩六边形,
Playing around with hexagons, (2018-12-13, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688849431522950.html

[嵌入式/单片机/硬件编程] HexagonalNode

浏览器基于回合的策略游戏,供2名玩家玩。,
Browser turn based strategy game for 2 players., (2017-06-02, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688849399688311.html

[嵌入式/单片机/硬件编程] B25

※在六边形网格上实现零玩家“生命游戏”,
※ Implementation of the zero-player "Game of Life" on a hexagonal grid, (2019-01-24, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688849311840524.html

[嵌入式/单片机/硬件编程] 0x0800

一个类似2048的棋子在六边形的格子里玩,
A 2048-alike played in a hexagonal grid, (2015-05-18, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688849300815158.html

[嵌入式/单片机/硬件编程] hexagonif

在网站的背景中使用HTML5元素,最后得到了这个小玩具。玩...,
Played around with the HTML5 element for use in the background of a website, and ended up with this little toy. Play around with the interactive demo. The name "hexagonif" comes from hexagon and gonif. (2021-06-01, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688848017265140.html

[嵌入式/单片机/硬件编程] hextiles-prototype

独立演示。六边形瓷砖服务器。玩家角色。没有碰撞。WASD控制。,
A standalone demo. Hexagonal tile server. Player character. No collisions. WASD controls., (2013-10-21, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688847840832171.html

[嵌入式/单片机/硬件编程] intelligentFireHydrant

锦汉智慧消防小程序
Jinhan Smart Fire Protection Applet (2020-07-20, JavaScript, 609KB, 下载0次)

http://www.pudn.com/Download/item/id/1687466371813297.html

[嵌入式/单片机/硬件编程] edison-playground

我和爱迪生一起玩的小游乐场
my little playground for fun with intel edison (2016-04-28, JavaScript, 198KB, 下载0次)

http://www.pudn.com/Download/item/id/1687466294421363.html

[嵌入式/单片机/硬件编程] Artificial-Intelligent-Snake

由使用BFS、DFS和一些最佳拟合启发式搜索(a*)的简单人工智能玩的贪食蛇游戏
Snake game played by a simple AI using, BFS, DFS, and some best-fit heuristic search (A*) (2015-03-02, JavaScript, 11KB, 下载0次)

http://www.pudn.com/Download/item/id/1687466276210562.html
总计:17