Welcome to the official website repository of SIG Games! We are a group of students from the University of Lleida (UdL) passionate about game development. This website serves as our primary platform to showcase our projects, share updates, and engage with the community.
- About SIG Games
- Features
- Technology Stack
- Getting Started
- Project Structure
- Contributing
- License
- Contact
SIG Games is an organization dedicated to creating innovative and engaging video games. Our mission is to foster creativity and collaboration in the gaming industry while enhancing our skills and knowledge.
- Project Showcase: Detailed information about our ongoing and completed projects, including PacoMonkey, a 2D platformer game developed in Unity.
- Blog and News: Regular updates on our progress, articles related to game development, and organizational news.
- Newsletter Subscription: Option to subscribe and receive the latest news and updates directly via email.
- Frontend: Angular CLI version 18.1.4
- Styling: CSS with responsive design principles
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/SIGGames/SIGGamesWebsite.git
cd SIGGamesWebsite
- Install dependencies:
npm install
- Run the development server:
ng serve
4.Open your browser and navigate to http://localhost:4200/
. The application will automatically reload upon code changes.
- src/: Contains the source code of the Angular application.
- assets/: Includes images, icons, and other multimedia resources.
- dist/: Output directory for build artifacts generated by
ng build
.
We welcome contributions to enhance the SIG Games website. To contribute:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your descriptive commit message"
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Open a Pull Request to the main repository.
Please refer to our Contributing Guidelines for more details.
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
You can find the full license text in the following files:
For any questions or inquiries, feel free to contact us at [email protected].
Visit our official website: SIG Games