Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Article Writing
  4. My article has been deleted

My article has been deleted

Scheduled Pinned Locked Moved Article Writing
game-devquestion
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    N c a N c a o
    wrote on last edited by
    #1

    I have made an article with an explanation what the code do. It points out to GitHub repository, where the entire code base is present. It has been deleted. There are similar articles on same topic, Tetris game published on this site, there are more than 33 000 such project on GitHub, why this one has been deleted? It provides short explanation of the code, major things are explained well, no need to explain everything, and working prototype of project is displayed. If someone like it, they can easily go and see how the game is made. But why deleting the entire article?

    S V 2 Replies Last reply
    0
    • N N c a N c a o

      I have made an article with an explanation what the code do. It points out to GitHub repository, where the entire code base is present. It has been deleted. There are similar articles on same topic, Tetris game published on this site, there are more than 33 000 such project on GitHub, why this one has been deleted? It provides short explanation of the code, major things are explained well, no need to explain everything, and working prototype of project is displayed. If someone like it, they can easily go and see how the game is made. But why deleting the entire article?

      S Offline
      S Offline
      Sean Ewington
      wrote on last edited by
      #2

      You can restore your article and make changes. There is nothing wrong with an article about the falling blocks game, but what we would ask is that you made some additions to discuss and show more of the code. CodeProject is more about teaching and learning about code, than it is tool or app sharing. (Also to prevent threatening legal letters being sent to the site, can you please call it "falling blocks?") You should have received this email which will help you to some useful resources: CodeProject is more about code sharing rather than tool sharing. So we would ask you to make some changes to the article to discuss more how the tool works (showing and describing examples of that code) rather than telling us what it does. CodeProject articles have a certain layout to follow, so that users can learn the most from them. Each article attempts to answer the following questions: What problem does this solution solve? How does this help someone else? How does the code actually work? What is going on inside the code snippets? Here is a submission from a first time author who did a terrific job, just to give you a basic overview of what a beginner article might looks like: Avoiding InvokeRequired[^] For tips on writing articles, please see this article: A Guide To Writing Articles For Code Project[^] You can also see our submission guidelines here: Submission Guidelines[^] Please let me know if you have further questions.

      Thanks, Sean Ewington CodeProject

      N 1 Reply Last reply
      0
      • S Sean Ewington

        You can restore your article and make changes. There is nothing wrong with an article about the falling blocks game, but what we would ask is that you made some additions to discuss and show more of the code. CodeProject is more about teaching and learning about code, than it is tool or app sharing. (Also to prevent threatening legal letters being sent to the site, can you please call it "falling blocks?") You should have received this email which will help you to some useful resources: CodeProject is more about code sharing rather than tool sharing. So we would ask you to make some changes to the article to discuss more how the tool works (showing and describing examples of that code) rather than telling us what it does. CodeProject articles have a certain layout to follow, so that users can learn the most from them. Each article attempts to answer the following questions: What problem does this solution solve? How does this help someone else? How does the code actually work? What is going on inside the code snippets? Here is a submission from a first time author who did a terrific job, just to give you a basic overview of what a beginner article might looks like: Avoiding InvokeRequired[^] For tips on writing articles, please see this article: A Guide To Writing Articles For Code Project[^] You can also see our submission guidelines here: Submission Guidelines[^] Please let me know if you have further questions.

        Thanks, Sean Ewington CodeProject

        N Offline
        N Offline
        N c a N c a o
        wrote on last edited by
        #3

        There are currently at least five articles mentioning the word for falling block game on the site, they have been there for years and it appears not to be a problem. Anyway, if this article is causing such trouble, it is better not to share it here or not to share it in current form, but with changed label and more explanations, maybe few code examples. The source code is slightly larger and it will be difficult and non-user friendly if I have to use the approach with code snippets or code screen-shots, as I did in my previous articles.

        S 1 Reply Last reply
        0
        • N N c a N c a o

          There are currently at least five articles mentioning the word for falling block game on the site, they have been there for years and it appears not to be a problem. Anyway, if this article is causing such trouble, it is better not to share it here or not to share it in current form, but with changed label and more explanations, maybe few code examples. The source code is slightly larger and it will be difficult and non-user friendly if I have to use the approach with code snippets or code screen-shots, as I did in my previous articles.

          S Offline
          S Offline
          Sean Ewington
          wrote on last edited by
          #4

          Some years ago we received a cease and desist from the people who own the game, so yes, it was a problem. If some have managed to be published in that time I will go through today and rename them all.

          Thanks, Sean Ewington CodeProject

          N 1 Reply Last reply
          0
          • S Sean Ewington

            Some years ago we received a cease and desist from the people who own the game, so yes, it was a problem. If some have managed to be published in that time I will go through today and rename them all.

            Thanks, Sean Ewington CodeProject

            N Offline
            N Offline
            N c a N c a o
            wrote on last edited by
            #5

            I doubt it :) During the years such articles has been regularly published and updated, I guess it depends on community, rather than the articles themselves. 2019 Tetris on Canvas[^] 2017 AngularJS Tetris[^] 2014 Create Tetris game in net[^] 2008 Silverlight Tetris[^] 2004 A .Net Tetris game in c# using GDI+[^]

            1 Reply Last reply
            0
            • N N c a N c a o

              I have made an article with an explanation what the code do. It points out to GitHub repository, where the entire code base is present. It has been deleted. There are similar articles on same topic, Tetris game published on this site, there are more than 33 000 such project on GitHub, why this one has been deleted? It provides short explanation of the code, major things are explained well, no need to explain everything, and working prototype of project is displayed. If someone like it, they can easily go and see how the game is made. But why deleting the entire article?

              V Offline
              V Offline
              vua soi keo
              wrote on last edited by
              #6

              i can't post ma profile .... so sad

              Greg UtasG 1 Reply Last reply
              0
              • V vua soi keo

                i can't post ma profile .... so sad

                Greg UtasG Offline
                Greg UtasG Offline
                Greg Utas
                wrote on last edited by
                #7

                That's because you don't have enough reputation points yet. And judging by your avatar, you might be interested in posting football nonsense, in which case your account won't last long.

                Robust Services Core | Software Techniques for Lemmings | Articles

                <p><a href="https://github.com/GregUtas/robust-services-core/blob/master/README.md">Robust Services Core</a>
                <em>The fox knows many things, but the hedgehog knows one big thing.</em></p>

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups