Sponsored Content
Full Discussion: Questions about Unix/Linux
The Lounge What is on Your Mind? Questions about Unix/Linux Post 302103823 by nathan on Sunday 21st of January 2007 10:25:58 PM
Old 01-21-2007
Just my thoughts...

Quote:
So I was wondering if you could run games on a UNIX or Linux OS..?
Linux is just as capable an OS as any, if not more, for running any type of software that Windows can. That said, the fact is that the majority of users use some version of Microsoft Windows. Because of that, most video game companies don't offer Linux/UNIX versions of games - they're only written/compiled for Windows.


Quote:
And if its the right path to take using a UNIX or Linux OS when you want to learn about programming?
It depends on what you want to do. If you just want to write games/applications for Windows, then no. But just in general, then I'd say yes. Linux by default comes with several scripting languages installed, as well as C, C++ and I believe FORTRAN compilers. ( Never used FORTRAN ). I don't think Windows comes with any type of programming environment by default.


Quote:
I also do have a PASCAL book that I was given and I know its an Old Programming Language, but would it be any use learning that before I start learning C ?
If you don't already know PASCAL, then I would just skip it and try and learn C. From my own experience, I haven't seen PASCAL used anywhere ( it is very old, older than C at least ) and by the time I went to college, the "initial programming language" that we were taught as students had moved from PASCAL to C.


Quote:
I'm no Unix/Linux expert but I did learn C in school, C is supposed to be procedural programming language and it has been superceded with C++ which is object oriented.
C++ is a superset of C, meaning it can do everything C can and more, but I wouldn't say it has been replaced, if that's what you meant here. I write C programs all the time at work & at home. I have C++ compilers at both places, but it's just not necessary for the things I do.


Quote:
From a programming point of view, Java supercedes C++, I've seen a few small games written in Java as well.
I believe this is completely subjective. Software can be designed (as well as programmed) in the same manner using either language.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

RedHat linux questions??

1. is redhat linux 7.3 the latest version ?? 2. where can i find FREE documentation regarding it ?? installation , etc... Thanks (2 Replies)
Discussion started by: BAM
2 Replies

2. Linux

Linux questions

Hi everyone, I came from a diffrent UNIX background and am trying to learn Linux (Red Hat) in a hurry. I would be very grateful if you could help me with the following questions. I know the answers for questions 1, 3, and 4 in a Sun Solaris environment, but not in Linux... Thanks in advance for... (3 Replies)
Discussion started by: Enigma777
3 Replies

3. UNIX for Dummies Questions & Answers

Absolute n00b questions about Unix / Linux

Hi All, I have absolutely no experince with either one, and would LOVE to start from somewhere! So please guide me to some web sites (beside these great forums of course!) that I can obtain n00b information. (Books, links, resources, etc.) What software OS? should I begin with? I have heard... (2 Replies)
Discussion started by: CodeHunter
2 Replies

4. UNIX for Dummies Questions & Answers

Unix/Linux Scripts questions

Hi All, You have a very large file, named 'ColCheckMe', tab-delimited, that you are asked to process. You are told that each line in 'ColCheckMe' has 7 columns, and that the values in the 5th column are integers. Using shell functions (and standard LINUX/UNIX filters), indicate how you would... (7 Replies)
Discussion started by: am2007
7 Replies

5. Windows & DOS: Issues & Discussions

UNIX/Linux for Windows? and a few other questions...

1) I want UNIX but I don't want to partition my hard drive. I have heard of programs that allow you to start UNIX from Windows but I don't know which one is good. Something like WinLinux (not too sure???) Anyone know which programs I'm talking about? 2) Is Linux UNIX? 3) How do you pronounce... (9 Replies)
Discussion started by: CornNuts
9 Replies

6. UNIX for Dummies Questions & Answers

Few questions on unix/linux

Hi , please give few answers for this questions:confused::confused: ...thanks in advance What shell do you use when you log in to a UNIX/Linux host? What command will show you the shell you're using? Describe 5 things you can do in Linux/UNIX. (1 Reply)
Discussion started by: hecker007
1 Replies

7. UNIX for Dummies Questions & Answers

Unix and Linux questions

Sorry for the dumb question......I got my B.S. in computer science Amazing how I don't these answers).....I wrote mostly in the language C in my college career. I wrote all my programs using a windows application for writing C.....and then after testing it, I would upload it to a UNIX system and... (1 Reply)
Discussion started by: Bruuuuce78
1 Replies

8. UNIX for Dummies Questions & Answers

Unix vs linux in the job place and other questions

hello all, im new to this site...and look forward to corresponding with you all. i am a microsoft kid (sad) currently i work on small networks and repair computers for home and business. i want to better my skill set...but dont want to carry on down the MS route. Basically i want to... (12 Replies)
Discussion started by: j0n1n
12 Replies
renpy(6)							       Games								  renpy(6)

NAME
renpy - engine for creating visual novels SYNOPSIS
renpy [path to the script directory] DESCRIPTION
Ren'Py is a programming language and runtime, intended to ease the creation of visual-novel type games. It contains features that make it easy to display thoughts, dialogue, and menus; to display images to the user; to write game logic; and to support the saving and loading of games. Ren'Py tries to be like an executable script, allowing you to get a working game without much more effort than is required to type the game script into the computer. Ren'Py is implemented on top of python, and that python heritage shows through in many places. Many Ren'Py statements allow python expres- sions to be used, and there are also Ren'Py statements that allow for the execution of arbitrary python code. Many of the less-used fea- tures of Ren'Py are exposed to the user by way of python. By only requiring use of the simplest features of python, it's hoped that Ren'Py will be usable by all game authors. USAGE
If you run the program without any arguments, zou will get an interactive launcher from where you can select, run and work different projects. For running a script, you need to give the full path to the directory that contains the game you want to play. For example: renpy /usr/share/games/renpy/demo/ To learn how to use the game interface, you should install and play renpy-demo. FILES
The game data for each user is stored at ~/.renpy/ directory. The scripts can be installed in the system bz placing them under /usr/share/games/renpy/ , but you can run any script in an arbitrarz directory just by telling the path as the parameter to the game. SEE ALSO
You can find more information at http://www.renpy.org/ May 2007 renpy(6)
All times are GMT -4. The time now is 07:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy