Compare commits

..

6 Commits

Author SHA1 Message Date
Paul Kuruvilla
fa93403f24
Merge pull request #803 from imlakshay08/master
Update README.md
2022-09-04 18:41:37 +01:00
Lakshay Tyagi
160648ab22
Merge pull request #1 from imlakshay08/imlakshay08-patch-1
Update README.md
2022-09-04 08:30:37 +05:30
Lakshay Tyagi
9d6f7b7e94
Update README.md 2022-09-04 08:30:17 +05:30
Lakshay Tyagi
33fa557b9e
Update README.md 2022-09-04 08:29:11 +05:30
Paul Kuruvilla
be9acbf75a
Merge pull request #751 from guuzaa/rust-text-editor-hecto
Add tutorial for building a Rust Text Editor.
2022-08-04 19:23:29 +08:00
Paulden
bec43eace2
Add tutorial for building a Rust Text Editor.
Link to the link -- https://www.philippflenker.com/hecto/
2022-06-18 09:56:13 +08:00

View File

@ -189,6 +189,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
* [**C#**: _Creating a Roguelike Game in C#_](https://roguesharp.wordpress.com/)
* [**C#**: _Build a C#/WPF RPG_](https://scottlilly.com/build-a-cwpf-rpg/)
* [**Go**: _Games With Go_](https://www.youtube.com/playlist?list=PLDZujg-VgQlZUy1iCqBbe5faZLMkA3g2x) [video]
* [**Java**: _Code a 2D Game Engine using Java - Full Course for Beginners_](https://www.youtube.com/watch?v=025QFeZfeyM) [video]
* [**Java**: _3D Game Development with LWJGL 3_](https://lwjglgamedev.gitbooks.io/3d-game-development-with-lwjgl/content/)
* [**JavaScript**: _2D breakout game using Phaser_](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser)
* [**JavaScript**: _How to Make Flappy Bird in HTML5 With Phaser_](http://www.lessmilk.com/tutorial/flappy-bird-phaser-1)
@ -352,6 +353,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
* [**Python**: _Python Tutorial: Make Your Own Text Editor_](https://www.youtube.com/watch?v=xqDonHEYPgA) [video]
* [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/)
* [**Ruby**: _Build a Collaborative Text Editor Using Rails_](https://blog.aha.io/text-editor/)
* [**Rust**: _Hecto: Build your own text editor in Rust_ ](https://www.philippflenker.com/hecto/)
#### Build your own `Visual Recognition System`