From 4ccfaf27a64768d9a2014c3f4ad1f2786be36dea Mon Sep 17 00:00:00 2001 From: wenxuanjun <41050170+wenxuanjun@users.noreply.github.com> Date: Thu, 25 May 2023 02:38:56 +0800 Subject: [PATCH] Add vindex and 2048 (#183) * Add vindex and 2048 * Rearrange in alphabetical order * Place vindex between vgoogle and vzcc. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60fbbc4..3846833 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ - [vspect](https://github.com/zakuro9715/vspect) - A tool to inspect vlang source file. ( Archived ) - [vcli](https://github.com/changhz/vcli) - A CLI tool to generate folder structure according to the [guideline](https://blog.vlang.io/the-complete-beginners-guide-to-cli-apps-in-v/) - [vgoogle](https://github.com/changhz/vgoogle) - Make google search on the terminal. +- [vindex](https://github.com/wenxuanjun/vindex) - A simple file list server generating json strings, compatible with nginx's autoindex module. - [vzcc](https://github.com/malisipi/vzcc) - A CLI cross-compiling tool based on Zig CC for V. ### Editors @@ -89,6 +90,7 @@ ### Games +- [2048](https://github.com/wenxuanjun/2048) - A 2048 game with several types of traditional AI integrated. - [Boundstone](https://github.com/organization/boundstone) - High Performance / Fast Compilation / Lightweight Minecraft: Bedrock Edition Server. - [flappylearning-v](https://github.com/vlang/v/tree/master/examples/flappylearning) - A simple flappy learning demo in v. - [Kurarin](https://github.com/FireRedz/kurarin) - osu! beatmap visualizer made in V. [Example video](https://p153.p0.n0.cdn.getcloudapp.com/items/6quvQjb5/ce3ea737-eb29-4b8c-a5f3-65a804a2f56f.mp4).