From b06809f83df39920b6bc1d53b0b386e2b2b93a0b Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 3 Nov 2020 10:31:31 +0800 Subject: [PATCH 1/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e093f25..3edc5fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # PureBasic Mini-Scrabble +[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic-Scrabble&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) + This is a scrabble game written in PureBasic. ![GUI](resources/screenshot1.png) From a860d98801bb0415db127b865c9cb63de7792b88 Mon Sep 17 00:00:00 2001 From: jdevstatic Date: Fri, 22 Apr 2022 00:16:28 +0800 Subject: [PATCH 2/8] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3edc5fa..9b23ec7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # PureBasic Mini-Scrabble + +*`updated 22 April 2022`* + [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic-Scrabble&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) This is a scrabble game written in PureBasic. From 254a20352bd23d496315dd7090cc3e1c2e392fa8 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Wed, 17 Jul 2024 20:50:36 +0800 Subject: [PATCH 3/8] Update README.md --- README.md | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9b23ec7..00b119e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # PureBasic Mini-Scrabble -*`updated 22 April 2022`* - [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic-Scrabble&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) This is a scrabble game written in PureBasic. @@ -21,13 +19,28 @@ your score/s will be counted. And you can always change these things as per requirement of yours. +## The Good Old Days +PureBasic was my first ever programming language, so it reminds me of the good old days. +Before PureBasic, I first learned Excel formulas, which really captured my interest. +The very first time I encountered Excel was in college, +and it was the IF function presented by the professor that really caught my attention. + +## Disclaimer +Please note that this project is presented as a showcase of my work during a +specific period. It represents a snapshot of my skills and accomplishments +at that time. As such, this project is no longer actively maintained or updated. +It is kept public for demonstration purposes and may not reflect my current +abilities or the latest best practices in the field. + +Feel free to explore the project and its code. However, be aware that it might +use outdated libraries or patterns and is not intended for production use in its current state. + ## Compiling To compile/run, just use the PureBasic IDE, that's very fast and simple for simple programs like this. -## Contributing -1. Fork it! -2. Then, made changes, and create a pull request. I'm happy you contribute to my repo! - ## License -MIT- The permissive license +MIT - The permissive license + +## More PureBasic Projects +check the main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) From 4d0f04f7cd1eb77e9a18178ea79b19eee5be49e9 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Wed, 17 Jul 2024 21:08:54 +0800 Subject: [PATCH 4/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b119e..7d17c93 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ simple for simple programs like this. MIT - The permissive license ## More PureBasic Projects -check the main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) +check the Main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) From c90a962a9b347cab4982deaba793ff0c4ad181e7 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Thu, 18 Jul 2024 21:43:30 +0800 Subject: [PATCH 5/8] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d17c93..0111f85 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,6 @@ at that time. As such, this project is no longer actively maintained or updated. It is kept public for demonstration purposes and may not reflect my current abilities or the latest best practices in the field. -Feel free to explore the project and its code. However, be aware that it might -use outdated libraries or patterns and is not intended for production use in its current state. - ## Compiling To compile/run, just use the PureBasic IDE, that's very fast and simple for simple programs like this. @@ -43,4 +40,5 @@ simple for simple programs like this. MIT - The permissive license ## More PureBasic Projects +for more PureBasic discussion and other details, check the Main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) From 17b07e61b6d27677b6c71beb13d461a536fce18d Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Thu, 18 Jul 2024 22:17:12 +0800 Subject: [PATCH 6/8] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0111f85..4de99ec 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ at that time. As such, this project is no longer actively maintained or updated. It is kept public for demonstration purposes and may not reflect my current abilities or the latest best practices in the field. +However, feel free to learn from this archived project, +preserved as it was during that specific period ! + ## Compiling To compile/run, just use the PureBasic IDE, that's very fast and simple for simple programs like this. From 962a86a768b3b1024093fc594831a12f0215adbf Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Fri, 19 Jul 2024 01:23:07 +0800 Subject: [PATCH 7/8] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4de99ec..01a83f6 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,6 @@ your score/s will be counted. And you can always change these things as per requirement of yours. -## The Good Old Days -PureBasic was my first ever programming language, so it reminds me of the good old days. -Before PureBasic, I first learned Excel formulas, which really captured my interest. -The very first time I encountered Excel was in college, -and it was the IF function presented by the professor that really caught my attention. - ## Disclaimer Please note that this project is presented as a showcase of my work during a specific period. It represents a snapshot of my skills and accomplishments @@ -42,6 +36,12 @@ simple for simple programs like this. ## License MIT - The permissive license +## The Good Old Days +PureBasic was my first ever programming language, so it reminds me of the good old days. +Before PureBasic, I first learned Excel formulas, which really captured my interest. +The very first time I encountered Excel was in college, +and it was the IF function presented by the professor that really caught my attention. + ## More PureBasic Projects for more PureBasic discussion and other details, check the Main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) From 5e4393cc469d2fe75f167edc3e0b2e2eca4b3952 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Mon, 22 Jul 2024 21:05:12 +0800 Subject: [PATCH 8/8] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 01a83f6..a34ad53 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,9 @@ and it was the IF function presented by the professor that really caught my atte ## More PureBasic Projects for more PureBasic discussion and other details, check the Main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) + +## More Of My Content +- [jdevfullstack Profile](https://github.com/jdevfullstack) +- [jdevfullstack Repos](https://github.com/jdevfullstack?tab=repositories) +- [jdevfullstack Projects](https://github.com/jdevfullstack-projects) +- [jdevfullstack Tutorials](https://github.com/jdevfullstack-tutorials)