You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2018-11-19-ideal-gamedev.md 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Title: Ideal games and game development tools
  2. Date: 2018-11-19 00:00
  3. Category: News
  4. Slug: ideal-gamedev
  5. Lang: en
  6. ![A man without and with tools][screenshot]
  7. In this article, we discuss how ideal video game and video game development tool look like, in our opinion.
  8. **Questions**
  9. As you know, the [goals of Opensource Game Studio][ogs-goals] are:
  10. * creation of free video game development tools
  11. * making video games with those tools
  12. * preparing video game development tutorials
  13. This time we asked ourselves two simple questions:
  14. * What is an ideal video game?
  15. * What is an ideal video game development tool?
  16. The best answers we could think of are below.
  17. **Answer 1: A video game is ideal if it delivers maximum pleasure possible**
  18. While content is probably the most important aspect to keep a player invested into the game, the technical side is the transport to deliver that content. There are quite a few technical problems that may damage otherwise excellent content of a game:
  19. * insufficient accessibility: the game does not run on your hardware
  20. * insufficient optimization: the game is slow
  21. * critical bugs: the game crashes from time to time
  22. We work hard to make sure the games we create are accessible everywhere. That's why we released
  23. [the second demonstration of OGS Mahjong 2][mahjong-demo2] only for the web: because you can run web version virtually anywhere.
  24. **Answer 2: A video game development tool is ideal if it lets you create a video game of your dream in the shortest time possible**
  25. Even though we put a lot of effort into sharing our knowledge through [guides][osgcpg] and [tutorials][osgcpe], we understand that those take a lot of time to study. One can't possibly make even a simple video game like [Memory][concentration] without performing the following steps:
  26. * configure the development environment
  27. * write code
  28. * build an application
  29. * debug the application
  30. * repeat `write-build-debug` steps as many times as necessary
  31. Writing code and debugging are probably the ultimate forms of input and output of any software, so we can't escape those. However, there are ways to completely remove (or at least significantly decrease) the need for `development environment setup` and `build` steps. And this is what we are going to do in the coming months.
  32. Our goal for the coming months is to create a video game development tool that would allow any programmer (or sufficiently skilled person) to create the [Memory][concentration] video game from scratch in an hour.
  33. That's it for discussing how ideal video game and video game development tool look like, in our opinion.
  34. [screenshot]: ../../images/2018-11-19-ideal-gamedev.png
  35. [ogs-goals]: ../../en/page/about.html
  36. [mahjong-demo2]: mahjong-demo2.html
  37. [osgcpg]: https://github.com/OGStudio/openscenegraph-cross-platform-guide
  38. [osgcpe]: https://github.com/OGStudio/openscenegraph-cross-platform-examples
  39. [concentration]: https://en.wikipedia.org/wiki/Concentration_(game)