A procedural space exploration and survival game built with Three.js and Svelte. This is started as a hobby project to experiment with three.js and svelte where I will also try to follow planning and development process as much as possible. Also I will be using AI assistants through out the project to help me with the development process.
Space Odyssey is a space exploration and survival game where players can:
The game is designed to provide a rich and engaging experience, combining elements of strategy, exploration, and survival.
The project leverages the following technologies:
To run the Space Odyssey project locally, follow these steps:
Clone the repository:
git clone https://github.com/your-username/space-odyssey.git
cd space-odyssey
Install dependencies:
npm install
Running the Development Server
Start the development server to run the project locally:
npm run dev
Open your browser and navigate to http://localhost:3000 to view the game.
Building for Production
To build the project for production, run:
npm run build
The built files will be located in the dist
directory.