GithubHelp home page GithubHelp logo

workshop-game2h's Introduction

Workshop: How to build a game in 2h

大家好,我是Yoshino-s,就在本周下周末(12.1),我将带大家一起进行一场别开生面的活动。(划掉

在这场Workshop中,我们将一起从最底层(手写着色器)开始,完成一个小游戏。所有内容将全部基于WebGL,也就是说,可以用任何浏览器(IE不是浏览器)快乐的玩耍。

本次活动所用语言为TypeScript(JavaScript的超集)。所用IDE为Visual Studio Code

下面是一个简单的TypeScript小片段,大家尝试理解一下,就会发现:这真是太简单了

const c = "233";
let i = 3;
let s = new Map<string, number>();
s.set(c, i);
function getNum(k: string): number {
  const result = s.get(k);
  asset(typeof result === "number");
  return result;
}
console.log(getNum(c));

这个repo之后会上传项目的基础配置。后续内容有更新也会在这里。

本次Workshop需要提前配置环境,请填写问卷,并加一下我的微信(yoshino-s)。我将会手把手带你配置好环境。(也许

本次活动仅面向华东师范大学开源社团与微软学生俱乐部成员。如果你对此感兴趣,欢迎随时加入我们(加我WX),即可参加本次活动。(会费只要25

workshop-game2h's People

Contributors

yoshino-s avatar

Watchers

 avatar

Forkers

linlinlinfly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.