Skip to content

Instantly share code, notes, and snippets.

View ngxson's full-sized avatar
✈️
I may be slow to respond. (Until 5th August)

Xuan Son Nguyen ngxson

✈️
I may be slow to respond. (Until 5th August)
View GitHub Profile
@ngxson
ngxson / 2018.html
Created December 29, 2017 06:05 — forked from anonymous/2018.html
lich2018
<html>
<head>
<title></title>
</head>
<body>
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
@ngxson
ngxson / snake_functional.html
Last active July 22, 2024 20:32 — forked from straker/README.md
Basic Snake HTML and JavaScript Game - written in Functional programming style
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<title>Basic Snake HTML Game (Functional programming)</title>
<meta charset="UTF-8">
<style>
html, body {
height: 100%;
margin: 0;