Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Can I write a software or an IDE using...

views
     
TSKayziealnatz
post Oct 6 2024, 08:36 AM, updated 2y ago

Getting Started
**
Junior Member
178 posts

Joined: Oct 2024
... Default Notepad, or notepad++?
TSKayziealnatz
post Oct 6 2024, 09:52 PM

Getting Started
**
Junior Member
178 posts

Joined: Oct 2024
Just had an answer for my question.

It would be totally insane to do so, because Notepad lacks features like syntax highlighting, code completion, and debugging tools, which makes coding more challenging and less efficient.
TSKayziealnatz
post Oct 6 2024, 09:54 PM

Getting Started
**
Junior Member
178 posts

Joined: Oct 2024
QUOTE(Kayziealnatz @ Oct 6 2024, 10:52 PM)
Just had an answer for my question.

It would be totally insane to do so, because  Notepad lacks features like syntax highlighting, code completion, and debugging tools, which makes coding more challenging and less efficient.
*
I think I know what debugging tools are, what about code completion and syntax highlighting? Are these analogically set of rules like how grammar are set of rules to English?
ragk
post Oct 7 2024, 02:00 PM

BooBoo~
*******
Senior Member
2,354 posts

Joined: Apr 2009


You can write software with notepad++, that's some extension which introduce programming features like intellisense, I never do that but i assume it would be difficult to manage complex applications.
Development tools like visual studio code are actually just a text editor with very powerful extension, you can use VS code purely as documentation hub or install the extension which suit u and turn it into complex IDE.
TSKayziealnatz
post Oct 8 2024, 08:54 AM

Getting Started
**
Junior Member
178 posts

Joined: Oct 2024
QUOTE(ragk @ Oct 7 2024, 03:00 PM)
You can write software with notepad++, that's some extension which introduce programming features like intellisense, I never do that but i assume it would be difficult to manage complex applications.
Development tools like visual studio code are actually just a text editor with very powerful extension, you can use VS code purely as documentation hub or install the extension which suit u and turn it into complex IDE.
*
Okay I looked it up.
Theres IDE of the same name "Visual Studio Community", that is IDE ya, if I were to pick between Visual Studio Code and Visual Studio Community, should I choose the former or the latter, because you said that Visual Studio Code, albeit text editor, could do so much more as an IDE given customisation and modification that would seem fit.. Or just go with Visual Studio Community, for it is a full fledge IDE, but the problem is it is so huge, wouldn't the download take forever I am afraid my midspec laptop wouldn't be able to bear downloading 8 hours above
ragk
post Oct 8 2024, 01:56 PM

BooBoo~
*******
Senior Member
2,354 posts

Joined: Apr 2009


QUOTE(Kayziealnatz @ Oct 8 2024, 08:54 AM)
Okay I looked it up.
Theres IDE of the same name "Visual Studio Community", that is IDE ya, if I were to pick between Visual Studio Code and Visual Studio Community, should I choose the former or the latter, because you said that Visual Studio Code, albeit text editor, could do so much more as an IDE given customisation and modification that would seem fit.. Or just go with Visual Studio Community, for it is a full fledge IDE, but the problem is it is so huge, wouldn't the download take forever I am afraid my midspec laptop wouldn't be able to bear downloading 8 hours above
*
Visual Studio Community is for microsoft-oriented development only, like c#, asp.net etc.
Whereby visual code can be use for most of the major development language out there as long as u install the suitable extension, c#, java, python, c++, or web development like angular and react.
Choose IDE depends on your need.
TSKayziealnatz
post Oct 9 2024, 02:57 AM

Getting Started
**
Junior Member
178 posts

Joined: Oct 2024
QUOTE(ragk @ Oct 8 2024, 02:56 PM)
Visual Studio Community is for microsoft-oriented development only, like c#, asp.net etc.
Whereby visual code can be use for most of the major development language out there as long as u install the suitable extension, c#, java, python, c++, or web development like angular and react.
Choose IDE depends on your need.
*
I would like to venture into game development..
What programming language should I choose?
Let's say, something like old 2D Final Fantasy games or 2D Pokemon games... Can I write the whole thing using Visual Code??
ragk
post Oct 9 2024, 10:46 AM

BooBoo~
*******
Senior Member
2,354 posts

Joined: Apr 2009


QUOTE(Kayziealnatz @ Oct 9 2024, 02:57 AM)
I would like to venture into game development..
What programming language should I choose?
Let's say, something like old 2D Final Fantasy games or 2D Pokemon games... Can I write the whole thing using Visual Code??
*
Nope... Those are for usual software/website development
I got no experience in game development, but for game development u need game engine like unity, unreal, godot etc.

This post has been edited by ragk: Oct 9 2024, 10:47 AM
flashang
post Oct 9 2024, 07:07 PM

Casual
***
Junior Member
355 posts

Joined: Aug 2021


QUOTE(Kayziealnatz @ Oct 9 2024, 02:57 AM)
I would like to venture into game development..
What programming language should I choose?
Let's say, something like old 2D Final Fantasy games or 2D Pokemon games... Can I write the whole thing using Visual Code??
*
Gaming in Python : PyGame vs Arcade vs PyGame Zero
https://new.pythonforengineers.com/blog/gam...vs-pygame-zero/

Scratch Pong Game Tutorial for Kids: 10 Steps
https://www.create-learn.us/blog/scratch-po...orial-for-kids/

You may try from something simple and easy, e.g. tic-tac-toe, pong, ...

After familiar with the logic, you may try using different tools, language, engine, ...

smile.gif


TSKayziealnatz
post Oct 9 2024, 09:26 PM

Getting Started
**
Junior Member
178 posts

Joined: Oct 2024
QUOTE(ragk @ Oct 9 2024, 11:46 AM)
Nope... Those are for usual software/website development
I got no experience in game development, but for game development u need game engine like unity, unreal, godot etc.
*
Thanks for helping

QUOTE(flashang @ Oct 9 2024, 08:07 PM)
Gaming in Python : PyGame vs Arcade vs PyGame Zero
[url=https:/ /new.pythonforengineers.com /blog/gaming-in-python-pygame-vs-arcade-vs-pygame-zero/]https:// new.python forengineers.com/blog /gam...vs-pygame-zero/[/url]

Scratch Pong Game Tutorial for Kids: 10 Steps
[url=https://  www.create-learn.us/blog/scratch-pong-game-tutorial-for-kids/]https:// www.create-learn.us/blog/scratch-po...orial-for-kids/[/url]

You may try from something simple and easy, e.g. tic-tac-toe, pong, ...

After familiar with the logic, you may try using different tools, language, engine, ...

smile.gif
*
These are great news indeed! The really basic game, I should try how they code them! I shall get the fundamentals right first!
Thanks!
quadcube
post Oct 10 2024, 08:35 AM

Regular
******
Senior Member
1,924 posts

Joined: May 2009
From: Yokohama, JP


QUOTE(Kayziealnatz @ Oct 9 2024, 03:57 AM)
I would like to venture into game development..
What programming language should I choose?
Let's say, something like old 2D Final Fantasy games or 2D Pokemon games... Can I write the whole thing using Visual Code??
*
can try mess around with pygame to get a hang of it..visual code is just an IDE, you can even write it in notepad/word if you want laugh.gif
TSKayziealnatz
post Oct 10 2024, 11:03 AM

Getting Started
**
Junior Member
178 posts

Joined: Oct 2024
QUOTE(quadcube @ Oct 10 2024, 09:35 AM)
can try mess around with pygame to get a hang of it..visual code is just an IDE, you can even write it in notepad/word if you want laugh.gif
*
Reminds me of how Elon Musk self taught himself to code and wrote the game Blastar..
Did he write on a basic text editor too??
TSKayziealnatz
post Oct 10 2024, 11:09 AM

Getting Started
**
Junior Member
178 posts

Joined: Oct 2024
Incidentally, do you happen to have heard of Nasir Gebelli? He was a superstar in game programming. He literally wrote the, should I call, barebones of tile-based games, like old 2D Final Fantasy games..
quadcube
post Oct 10 2024, 05:19 PM

Regular
******
Senior Member
1,924 posts

Joined: May 2009
From: Yokohama, JP


QUOTE(Kayziealnatz @ Oct 10 2024, 12:03 PM)
Reminds me of how Elon Musk self taught himself to code and wrote the game Blastar..
Did he write on a basic text editor too??
*
No idea about that but any text editor will do.
But you can try use VS Code, if you have GitHub copilot too even better, makes coding much easier for beginner biggrin.gif
TSKayziealnatz
post Oct 10 2024, 11:54 PM

Getting Started
**
Junior Member
178 posts

Joined: Oct 2024
QUOTE(quadcube @ Oct 10 2024, 06:19 PM)
No idea about that but any text editor will do.
But you can try use VS Code, if you have GitHub copilot too even better, makes coding much easier for beginner biggrin.gif
*
Thing is, I do not know how to use GitHUb though...

 

Change to:
| Lo-Fi Version
0.0224sec    1.49    5 queries    GZIP Disabled
Time is now: 24th December 2025 - 11:53 PM